Hi All

I have the app that shown google maps and no have problems in the emulator
console, but when made the install the apk in the handset no shown the map,
I've generated the google maps key with the following steps:

I need the special key for the handset ?

keytool -list -alias androiddebugkey -keystore  debug.keystore  -storepass
android -keypass android

if keytool is located from folder java\bin

this file debug.keystore is location from
* Windows Vista: C:\Users\<user>\.android\
debug.keystore
* Windows XP: C:\Documents and Settings\<user>\.android\debug.keystore
* OS X and Linux: ~/.android/debug.keystore this process generated code
similar a

91:03:B9:C3:95:29:94:84:D0:2F:F4:FB:71:CB:8C:CC

this code registred from url:
http://code.google.com/intl/ko/android/maps-api-signup.html

in this My certificate's MD5 fingerprint: copy code generated and click en
generate API key

this code copy in this class GoogleMapKey replace :
public static final String GOOGLE_MAP_KEY =
"0nksx1jILSUHd0i5NJfOKeb9jsZ5bSYz-Y99Ynw";
with code generated

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to