Android Google Maps Application

  • Google Maps应用需要注册免费的Google Map API Key
  • 注册Google Map API KeTo 需要提供 the certificate’s fingerprint (MD5).

To get certificate fingerprint (MD5) follow the simple steps below:

  • 用keystore 文件获取 for getting the certificate fingerprint (MD5).
  • 找到keystore 文件
  • "C:/Documents and Settings/<username>/Local Settings/Application Data/Android "

    (Or)

    "C:/Documents and Settings/<username>/.android "

  • Keystore file name is "debug.keystore " file.
  • 找到 keytool 一般在c:/Proram Files/Java/jdk1.6.0.24/bin/ 下

  • 在cmd中输入类似下面的语句即可得到MD5 : keytool.exe -list -alias androiddebugkey -keystore “D:/AndroidKeystore/debug.keystore” -storepass android -keypass android

然后访问 : http://code.google.com/intl/zh-CN/android/maps-api-signup.html

After clicking the Generate API Key Button , you will get Google Map API Key (red circled).

即可得到Google Map API Key

原文: http://www.androidpeople.com/android-google-map-application-example/

下篇:

Android Google Map应用实例 - 创建一个Google Map例程(Android mapview)

更多相关文章

  1. android textview 自动链接网址 修改默认点击事件
  2. 2010.12.10(2)——— android 使用地图
  3. Android(安卓)触摸提示音
  4. android 系统中静音后使得音量减键不能解除静音
  5. Android(安卓)编译NDK
  6. AndroidStudio使用ViewPagerIndicator
  7. Ubuntu上安装和使用Android(安卓)Studio
  8. 自定义SeekBar主题
  9. Android动态获取当前手机IP地址

随机推荐

  1. android中gridView中点击 item为选中状态
  2. Android打电话,挂电话
  3. android 用Pull 读取XML
  4. Android(安卓)Intent用法详解
  5. Android播放ogg声音文件
  6. Android(安卓)高亮指示层提示
  7. Android(安卓)反射获取私有方法,成员变量
  8. Android(安卓)图表--MPAndroidChart
  9. android 服务与多线程
  10. Service