我想在我的活動中使用Google地圖。爲此,我必須用鑰匙註冊我的項目。如何獲得谷歌的關鍵?
我有以下MD5指紋:
E2:BC:9A:08:73:37:BD:80:2E:EA:5D:84:C6:D1:2B:0C
現在我無法得到谷歌key.Please幫我找到鑰匙。
我想在我的活動中使用Google地圖。爲此,我必須用鑰匙註冊我的項目。如何獲得谷歌的關鍵?
我有以下MD5指紋:
E2:BC:9A:08:73:37:BD:80:2E:EA:5D:84:C6:D1:2B:0C
現在我無法得到谷歌key.Please幫我找到鑰匙。
如果您在討論maps-api-signup密鑰,則可以將MD5指紋粘貼到以下鏈接並從那裏獲取您的KEY。
編輯:
INSTALL_FAILED_MISSING_SHARED_LIBRARY
你得到這個問題,因爲你忘了下面這一行裏面添加menifest:
<uses-library android:name="com.google.android.maps" /> between <application> </application>
Make sure you have your element in your manifest, that your project is set up to target API level 3 (android create project -t 3 ...), and that the AVD you are testing with is also set for API level 3 (or you are testing on an actual device with Google Maps on in it.
希望這將助陣。
我把key.but運行我的程序我的項目,它顯示以下錯誤:安裝錯誤:INSTALL_FAILED_MISSING_SHARED_LIBRARY – TheLittleNaruto
@kumar:我編輯了我的答案。你可以嘗試一下。 –
我已經把它!但它仍然顯示相同的錯誤。 – TheLittleNaruto
您是否要求獲取google maps api key?如果是這樣,請參閱https://developers.google.com/maps/documentation/android/start
這是一個循序漸進的教程。
我把key.but運行我的程序我的項目,它顯示以下錯誤:安裝錯誤:INSTALL_FAILED_MISSING_SHARED_LIBRARY – TheLittleNaruto
一個前線程應該解決您的問題[鏈接](http://stackoverflow.com/questions/1113088/install-failed- missing-shared-library-error-in-android) – teedoo
這就是棄用的api –
我們不知道你在說什麼。 –
我想在我的activity上使用google map。爲此,我必須使用我想要的key.that鍵註冊我的項目。 – TheLittleNaruto
Se [本頁](https://developers.google.com/maps/documentation/android/start#the_google_maps_api_key)。 –