Tino Rüb
Tino Rüb

Reputation: 809

HERE mobile Premium SDK (android): Cannot initialize Map with error INCORRECT_APP_CREDENTIALS

I registered for a freemium plan in https://developer.here.com/plans and activate a project for my example package name com.xyz.something. I cloned the example apps from https://github.com/heremaps/here-android-sdk-examples and a edit the AndroidManifest.xml, setting:

Described here: https://github.com/heremaps/here-android-sdk-examples/blob/master/README.md

In the end I always end up with this error:

Any ideas what i'm missing?

Upvotes: 1

Views: 751

Answers (1)

Andrew
Andrew

Reputation: 71

Please make sure you updated app/build.gradle file as well. applicationId should correspond to what you have in AndroidManifest.xml and what you entered when was registering on Developers Portal.

Upvotes: 2

Related Questions