Anyone implemented truecaller Sdk for Android ? Af...
# android
s
Anyone implemented truecaller Sdk for Android ? After adding dependency project not able to compile Can anyone help here ?
k
Any more details? No info about the compilation problem?
s
• Failed to resolve: com.truecaller.android.sdktruecaller sdk2.6.0 Getting this error after adding
Copy code
implementation "com.truecaller.android.sdk:truecaller-sdk:2.6.0"
k
do you have jcenter() in your gradle file?
s
No.
Even though after adding jCenter() getting this • org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration 'appdebugRuntimeClasspath'. • org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find com.truecaller.android.sdktruecaller sdk2.6.0.
k
what is your minimum SDK?
s
it is 22