HERE 移动高级 SDK (android):无法初始化地图,出现错误 INCORRECT_APP_CREDENTIALS
HERE mobile Premium SDK (android): Cannot initialize Map with error INCORRECT_APP_CREDENTIALS
我在 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 注册了免费增值计划并编辑了 AndroidManifest.xml
,设置:
- 包名在上面
com.xyz.something
- 应用程序 ID、应用程序代码和许可证
- 以及标签和意图 (2x)
此处描述:https://github.com/heremaps/here-android-sdk-examples/blob/master/README.md
最后我总是以这个错误结束:
- 无法初始化地图,出现错误 INCORRECT_APP_CREDENTIALS
知道我遗漏了什么吗?
请确保您也更新了 app/build.gradle 文件。
applicationId 应与您在 AndroidManifest.xml 中的内容以及您在 Developers Portal 上注册时输入的内容相对应。
我在 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 注册了免费增值计划并编辑了 AndroidManifest.xml
,设置:
- 包名在上面
com.xyz.something
- 应用程序 ID、应用程序代码和许可证
- 以及标签和意图 (2x)
此处描述:https://github.com/heremaps/here-android-sdk-examples/blob/master/README.md
最后我总是以这个错误结束:
- 无法初始化地图,出现错误 INCORRECT_APP_CREDENTIALS
知道我遗漏了什么吗?
请确保您也更新了 app/build.gradle 文件。 applicationId 应与您在 AndroidManifest.xml 中的内容以及您在 Developers Portal 上注册时输入的内容相对应。