-
Notifications
You must be signed in to change notification settings - Fork 22
Cannot resolve dependency com.telematicssdk:tracking – SDK not found #36
Copy link
Copy link
Open
Description
Hi,
I'm trying to integrate the Telematics SDK into my React Native (Android) project and followed all steps from the official documentation.
Unfortunately, I'm unable to resolve the dependency. I’ve tried the following versions:
- com.telematicssdk:tracking:3.0.1
- com.telematicssdk:tracking:2.2.263
In both cases, I get the following error:
Failed to resolve: com.telematicssdk:tracking:3.0.1
or
Failed to resolve: com.telematicssdk:tracking:2.2.263
I’ve added the Maven repository as instructed:
maven {
url "https://s3.us-east-2.amazonaws.com/android.telematics.sdk.production/"
}
for 3.0.1 I also added:
android {
// Other settings...
packagingOptions {
exclude 'META-INF/INDEX.LIST'
exclude 'META-INF/io.netty.versions.properties'
}
}
I'm using build.gradle files
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels