如何获得产品密钥谷歌地图? [英] How to get production key for google map?

查看:131
本文介绍了如何获得产品密钥谷歌地图?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我出口的apk的谷歌地图并不在我的应用程序所示。我需要把生产的重点出口APK。我没有关于如何获得生产关键任何想法。如果有任何人知道答案只与我分享。请给我一步步的解决方案。我已经试着用下面的链接。

When i am exporting apk the google map does not shown in my application. I need to put production key for exporting apk. I don't have any idea about how to get production key. If any one knows answer just share with me. Pls, give me a step by step solution. I already tried with below link.

http://developer.android.com/tool​​s/publishing/app- signing.html

推荐答案

通常有两个键调试键和释放键。同时签署的应用程序,要使用释放键。对于要比较,与签署的apk

Generally there are two keys debug key and release key. while signing app, you want to use release key. For that you want to compare that with signed apk

步骤1:

比方说你的apk的名字是A和您登录并创建密钥库A.apk即A.keystore会在某些驱动器中创建location.Let的考虑在E盘。

Say for example your apk name is A and you are signing and creating a keystore for A.apk ie A.keystore will be created in some drive location.Let's consider it in E drive.

步骤2:

现在定位在C盘为JDK(考虑为Windows和分配为C盘)

Now locate to jdk in C drive(Considering for windows and assigning C drive)

C:\ Program Files文件\的Java \ jdk1.7.0 \ BIN>的keytool -list -v -keystore E:\ A.keystore -alias A

C:\Program Files\Java\jdk1.7.0\bin>keytool -list -v -keystore E:\A.keystore -alias A

因此​​,这将创造SHA-1 fingure打印

So it will create SHA-1 fingure print

复制和粘贴在谷歌地图上的控制台,其无线本地环路产生key.use它在地图。

copy and paste that in google map console, it wll generate a key.use it in maps.

这篇关于如何获得产品密钥谷歌地图?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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