google map apikey 申请 是在哪里申请?
http://code.google.com/intl/zh-CN/android/maps-api-signup.html为什么这个网址找不到找不到网上的那个界面总是跳...
http://code.google.com/intl/zh-CN/android/maps-api-signup.html 为什么这个网址找不到找不到网上的那个界面总是跳转呢?
展开
展开全部
有关如何获取google map api key 请阅读这个指南:https://developers.google.com/maps/documentation/android/start?hl=zh-CN#the_google_maps_api_key
大概流程是:
首先你要生成你所开发的应用程序的数字证书,并生成对应的数字签名。
然后你要去Google APIs Console那注册你的项目,并选择注册获取Google Map Android API。
在那里就可以输入你的数字签名及项目名称来获取对应的40位的API key了。
最后将API key写入你项目中的AndroidManifest.xml里,之后重新build。
大概流程是:
首先你要生成你所开发的应用程序的数字证书,并生成对应的数字签名。
然后你要去Google APIs Console那注册你的项目,并选择注册获取Google Map Android API。
在那里就可以输入你的数字签名及项目名称来获取对应的40位的API key了。
最后将API key写入你项目中的AndroidManifest.xml里,之后重新build。
追问
嗯 我已经弄好了 谢谢你
北京金瑞博
2024-08-15 广告
2024-08-15 广告
进口API申报是一个涉及多个环节和严格规定的过程。作为北京金瑞博企业咨询服务有限公司的专业团队,我们为客户提供全面的进口API申报服务。我们熟悉相关法规要求,能够协助客户准备完整的申报材料,并确保申报流程的准确性和高效性。通过我们的专业服务...
点击进入详情页
本回答由北京金瑞博提供
展开全部
1.生SHA1密钥
首先找到debug keystore位置:
打开Eclipse--->Windows--->Preferences--->Android--->Build
一般是这样的路径 C:\Documents and Settings\Administrator\.android\debug.keystore
2.在cmd中执行
c:\jdk\bin\>keytool -v -list -alias androiddebugkey -keystore "C:\Documents and Settings\Administrator\.android\debug.keystore"
2.申请Android Map 的API Key
打开Google APIs Console: https://code.google.com/apis/console/ ;
create project and named it;
find and enabled google map api v2 in 'services';
click 'create new android key' in 'api access';
input sha1密钥和工程包名称,用分号隔开(例如:SHA1;my.package.name)
首先找到debug keystore位置:
打开Eclipse--->Windows--->Preferences--->Android--->Build
一般是这样的路径 C:\Documents and Settings\Administrator\.android\debug.keystore
2.在cmd中执行
c:\jdk\bin\>keytool -v -list -alias androiddebugkey -keystore "C:\Documents and Settings\Administrator\.android\debug.keystore"
2.申请Android Map 的API Key
打开Google APIs Console: https://code.google.com/apis/console/ ;
create project and named it;
find and enabled google map api v2 in 'services';
click 'create new android key' in 'api access';
input sha1密钥和工程包名称,用分号隔开(例如:SHA1;my.package.name)
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询