Reputation: 809
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:
com.xyz.something
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
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