Google地图v2在游戏市场发布后不会显示 [英] Google maps v2 doesn't showing after publishing in play market

查看:85
本文介绍了Google地图v2在游戏市场发布后不会显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一些问题,我的应用工作正常,但是当我在Play市场中加载时,地图无法正常工作。我做下一个:


  1. 获取SHA1 keytool -list -v -keystore C:\User\Name / .android / debug.keystore -alias androiddebugkey -storepass android -keypass android

  2. 在Google控制台中创建API KEY。 SHA1; com.kostya.app

  3. 右键单击项目 - Android工具 - 导出已签名的应用程序包

  4. 创建新的密钥存储和新的* .apk文件。

  5. 将其加载到市场中。

我的错误在哪里?我阅读了这篇文章。我们一起可以创建一个很好的教程如何使用谷歌地图V2签署应用程序。如何在游戏市场中加载后立即测试应用程序,而不需要一些我们的。

解决方案

当您创建用于创建签名您必须执行此操作。
$ b


  1. 将debug.keystore更改为您创建的密钥存储区

  2. 更改别名名称添加到您的项目名称
  3. 设置密码与创建的密钥仓库中的密码相同(不像调试模式中的android)

    keytool -list -v -keystore〜/ .android / YOUR_KEYSTORE -alias YOUR_PROJECT_NAME


更多帮助查找 here


i have some problem, my app works fine, but when i load it in Play market, maps does not works correctly. I make next:

  1. Get SHA1 keytool -list -v -keystore C:\User\Name/.android/debug.keystore -alias androiddebugkey -storepass android -keypass android
  2. In Google console i create API KEY. SHA1;com.kostya.app
  3. Rigth click on project - Android tools - Export signed application packuage
  4. Create new keystore and new *.apk file.
  5. Load it into market.

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.

解决方案

When your are creating keystore for creating signed apk you have to do this.

  1. change debug.keystore to your created keystore
  2. change alias name to your project name
  3. 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

more help find here

这篇关于Google地图v2在游戏市场发布后不会显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆