traveling in cumputer science!!
分类: Android平台
2015-09-13 11:03:35
声明:文章原创,转载需注明出处。由于文章大多是学习过程中的记录内容,技术能力有限,希望大家指出其中错误,共同交流进步。由此原因,文章会不定期改善,看原文最新内容,请到:http://blog.chinaunix.net/uid/29454152.html
1. get the key
1) the address : />
2) and the help view :http://developer.baidu.com/map/index.php?title=androidsdk/guide/key
3) 安全码组成:数字签名+;+包名。
(1)get the digital signature
cd into your .android dir for mine: "cd ~/.android"
and the use the command : keytool -list -v -keystore ./debug.keystore
then input the "keystore password" : android
then you can see your digital signature SHA1 like below picture
(2)get the package name
open your android studio and you can see it at top of the MainActivity.java, like mine:
then submit and you can get the key like below picture
2 for practice
see the help:
http://developer.baidu.com/map/index.php?title=androidsdk/guide/hellobaidumap
and down the LBS Android SDK:
http://developer.baidu.com/map/index.php?title=androidsdk/sdkandev-download