2013-01-05 67 views
-1

我想在我的活動中使用Google地圖。爲此,我必須用鑰匙註冊我的項目。如何獲得谷歌的關鍵?

我有以下MD5指紋:

E2:BC:9A:08:73:37:BD:80:2E:EA:5D:84:C6:D1:2B:0C 

現在我無法得到谷歌key.Please幫我找到鑰匙。

+0

我們不知道你在說什麼。 –

+0

我想在我的activity上使用google map。爲此,我必須使用我想要的key.that鍵註冊我的項目。 – TheLittleNaruto

+0

Se [本頁](https://developers.google.com/maps/documentation/android/start#the_google_maps_api_key)。 –

回答

2

如果您在討論maps-api-signup密鑰,則可以將MD5指紋粘貼到以下鏈接並從那裏獲取您的KEY。

The Google Maps API 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.

希望這將助陣。

+0

我把key.but運行我的程序我的項目,它顯示以下錯誤:安裝錯誤:INSTALL_FAILED_MISSING_SHARED_LIBRARY – TheLittleNaruto

+0

@kumar:我編輯了我的答案。你可以嘗試一下。 –

+0

我已經把它!但它仍然顯示相同的錯誤。 – TheLittleNaruto

1

How to Obtain Google Map Key

這是一個循序漸進的教程。

+0

我把key.but運行我的程序我的項目,它顯示以下錯誤:安裝錯誤:INSTALL_FAILED_MISSING_SHARED_LIBRARY – TheLittleNaruto

+0

一個前線程應該解決您的問題[鏈接](http://stackoverflow.com/questions/1113088/install-failed- missing-shared-library-error-in-android) – teedoo

+0

這就是棄用的api –