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
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
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.