Re: [android-beginners] Android Map API Key

2009-12-22 Thread Vaikunth Parmar
Hi, Type this in command prompt Create a folder called C:\Android keytool.exe -list -alias androiddebugkey -keystore C:\Android\debug.keystore -storepass android -keypass android you will get MD5 fingerprint Copy and paste it over here. http://code.google.com/android/toolbox/apis/mapkey.html

Re: [android-beginners] Android Map API Key

2009-12-22 Thread Vaikunth Parmar
And File debug.keystore will be here C:\Documents and Settings\user name\.android On Thu, Dec 17, 2009 at 9:26 AM, Vaikunth Parmar sai.vaiku...@gmail.comwrote: Hi, Type this in command prompt Create a folder called C:\Android keytool.exe -list -alias androiddebugkey -keystore

Re: [android-beginners] Android Map API Key

2009-12-16 Thread Jeffrey Blattman
http://code.google.com/android/add-ons/google-apis/mapkey.html#getdebugfingerprint On 12/14/09 8:19 PM, Linh, Peter wrote: Hi all, I just start android app development few days ago since im quite excited with the google map. But i find problem finding the map api key for using it in my app.

[android-beginners] Android Map API Key

2009-12-15 Thread Linh, Peter
Hi all, I just start android app development few days ago since im quite excited with the google map. But i find problem finding the map api key for using it in my app. As i know, i need to register the MD5 fingerprint from debug.keystore. However, i have no clue of finding this file in my