我有一些问题,我的应用程序运行良好,但是当我在 Play 市场中加载它时,地图无法正常运行.我下一个:
i have some problem, my app works fine, but when i load it in Play market, maps does not works correctly. I make next:
keytool -list -v -keystore C:UserName/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android
SHA1;com.kostya.app
我的错误在哪里?我阅读了这篇文章.我们可以一起创建很好的教程如何使用谷歌地图 v2 签署应用程序.如何在游戏市场加载后立即测试应用程序,而不需要我们的一些.
Where is my mistake? I read this article. Together we can create nice tutorial how to sign app using google maps v2. How to test application at once after loading in play market, without weithing some ours.
当您为创建签名 apk 创建密钥库时,您必须这样做.
When your are creating keystore for creating signed apk you have to do this.
将密码设置为与您创建的密钥库中相同的密码(不是在调试模式下的 android)
set the password the same like in your created keystore (not android as in debug mode)
keytool -list -v -keystore ~/.android/YOUR_KEYSTORE -alias YOUR_PROJECT_NAME
keytool -list -v -keystore ~/.android/ YOUR_KEYSTORE -alias YOUR_PROJECT_NAME
更多帮助请在这里
这篇关于谷歌地图 v2 在游戏市场发布后未显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!