Christian S. wrote: > For some reason I cannot get my first maps application to work. I have > gone though the full process of getting the MD5 fingerprint for the > debug.keystore, registered for the key on the website, put it into the > xml file. Even had changed my computer's locale to US English. I also > signed the application with my private key and pushed it via ADB to > the emulator. All attempts so far resulted only in the grey Google > Maps background with the tiles not loading. JAVA_HOME environment > variable points to my JDK file. Not sure what else I can do. Even > upgraded from SDK 1.1 to 1.5. No improvement. I am really stuck here.
Do you have the INTERNET permission in your manifest? If that doesn't help... Have you tried any sample code that is known to work? You can grab the code for my original Android book here: http://commonsware.com/Android/ (scroll down, click Source Code) In there, you'll find Maps/NooYawk, which is a sample MapView project. You'll need to paste in your API key over mine. If that doesn't work, then something may be amiss with your API key. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Looking for Android opportunties? http://wiki.andmob.org/hado --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

