androidhere-apiheremaps-android-sdk

Here Premium Android SDK - Duplicate class a.a.a.a found in modules jetified-HERE-sdk-runtime.jar


Not sure how to fix this issue but it's throwing alot of duplicate class errors

Duplicate class a.a.a.a found in modules jetified-HERE-sdk-runtime.jar

I've follow the guide

https://developer.here.com/documentation/android-premium/3.17/dev_guide/topics/app-create-simple.html

added the dependencies

repositories {
    flatDir {
        dirs 'libs'
    }
}

dependencies {
    implementation(name: 'HERE-sdk', ext: 'aar')
}

And have also added

HERE-sdk.aar into my libs folder but it still is giving me all these errors..

I've had no problem using the Here Explorer SDK


Solution

  • Issue solved by creating a new project with the exact same code. I tried invalidating caches, closing project and reopening but that didn't work either.