acquiring google map api key
1. run cmd
navigate to D:\Program Files\Java\jdk1.6.0_22\bin in cmd line
(to change root directory- d: )
2. find the keystore file
assume it is in C:\Users\[useraccount]\.android\
3. run keytool
in cmd line, type in
keytool -list -alias androiddebugkey -keystore C:\Users\[useraccount]\.android\debug.keystore -storepass android -keypass android
4. For reference on API -
http://code.google.com/android/add-ons/google-apis/reference/index.html
Example Using Google Maps in Android
leave a comment