Pawan Upadhyay • almost 5 years ago
Problem in adding healthcarelocator Sdk in my android studio project
Build file 'C:\Users\HP\AndroidStudioProjects\Helper\healthcarelocator\build.gradle' line: 17
error"A problem occurred evaluating project ':healthcarelocator'.
> Could not get unknown property 'build_versions' for extension 'android' of type com.android.build.gradle.LibraryExtension."
pls help me to remove this error. asap
Comments are closed.

3 comments
emmanuel valentin Manager • almost 5 years ago
Hello,
We have publish the precompiled version of the SDK on maven. you can include it in your project as any other lib. for example in gradle using a block like
dependencies {
implementation 'com.healthcarelocator:client-stack-sdk:1.0.1'
}
Emmanuel
Pawan Upadhyay • almost 5 years ago
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not find com.github.tbruyelle:rxpermissions:0.10.2.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/github/tbruyelle/rxpermissions/0.10.2/rxpermissions-0.10.2.pom
- https://jcenter.bintray.com/com/github/tbruyelle/rxpermissions/0.10.2/rxpermissions-0.10.2.pom
Required by:
project :app > com.healthcarelocator:client-stack-sdk:1.0.1
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
kindly ,help me to remove this error above
Latheesh Virupakshi • almost 5 years ago
I had the same issue.. You need to add some external libraries to your project as sample app provide that will clear issue