Skip to content

Cannot resolve dependency com.telematicssdk:tracking – SDK not found #36

@krzysztofzaluski

Description

@krzysztofzaluski

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions