2010-02-17 49 views

回答

4

,實際上是寫Android文檔中:Hello, MapView

+0

但當我擴展MapActivity類時,我的項目顯示錯誤。爲什麼? – Praveen 2010-02-17 16:40:54

3

窗戶

第一步:開始 - >運行 - >

C:\ Documents和Settings \阿希什\ .android

聽說你要通過你的當前用戶
並找到debug.keystore

description

現在得到debug.keystore的路徑

C:\Documents and Settings\ashish\.android\debug.keystore 

現在越來越MD5

keytool -list -alias androiddebugkey -keystore <path_to_debug_keystore>.keystore -storepass android -keypass android 

命令所以現在我們傳遞的dedug.keystore

路徑的完整的命令是

keytool -list -alias androiddebugkey -keystore "C:\Documents and Settings\ashish\.android\debug.keystore" -storepass android -keypass android 

第2步:開始 - >運行 - >

鍵入cmd並將目錄更改爲Android SDK中的平臺工具和以往以下命令 enter image description here 按回車

enter image description here

現在你得到MD5現在如何使用它..... 現在轉到https://developers.google.com/android/maps-api-signup

enter image description here

之後按下按鈕它會給你地圖api

enter image description here

+0

+1的詳細解釋 – 2012-12-05 12:53:57

+0

@mahemadhi謝謝你 – 2012-12-07 06:30:07