本文介紹,在開發android 的map功能的配置步驟
Step One 在android 的sdk中下載 google
API
注: 在android中maps功能,非google的標準api,google把API放到了自己的庫裡面,在開發sdk之前,先要下載開發應用,對於API版本的的Google API。
下載步驟:開啟 android JDK 中的SDK Manager.exe -->選擇 Available packages
,並在右邊顯示 Instances available for download--> 選擇 third
party Add-ons,-->選擇第一項 google
Inc。-->顯示清單後,選擇並下載android
API。
註:有部分老版本的 android sdk 下載不了google api ,主要原因是安裝路徑帶空格,需要重新安裝 android sdk ,且安裝路徑中不要包含空格。
Step Two 在google 上註冊,並擷取地圖開發的API鍵
如果在應用程式中,使用map功能,需要到google網站: http://code.google.com/intl/zh-CN/android/maps-api-signup.html
,上擷取API
產生API的規則是擷取軟體認證的MD5值,在註冊介面上,輸入MD5
值,產生開發API
(註:一個認證對於一個api)
Step Three 如何擷取生產軟體認證的MD5值
[1] keystore檔案
調試的keystore 在C:\Users\<機器名>\.android\
debug.keystore
[2]
使用java中的keytool.exe,擷取MD5
l keytool.exe 路徑:C:\Program Files\Java\jre6\bin\keytool.exe
口令: keytool
-list -alias androiddebugkey -keystore <憑證路徑> -storepass
android -keypass android
下面是實際調用樣本:keytool
-list -alias androiddebugkey -keystore C:\Users\macroxu\.android\debug.keystore
-storepass android -keypass android
Step four 建立基於google API的項目
建立項目時,選擇對於的
android SDk版本的google API版本
卓易點評網 贊助支援