(android 地圖實戰開發)1開發環境下配置google地圖功能步驟

來源:互聯網
上載者:User

本文介紹,在開發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版本

 

                                                                                         卓易點評網 贊助支援

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.