Hi Everyone, I'm currently building an app which utilizes the mapView component - I've gotten to the point where I need to test on an actual device but unfortunately the mapView tiles won't load. Steps I took to get to this point are as follows: I followed the instruction on the 'Obtaining a Maps API Key' Google web page and retrieved an API key using an MD5 fingerprint from my debug certificate. Pasted it into the android:apiKey property of my mapView and fired up my emulator. Works perfectly - mapView tiles load as expected. Without touching my project, I tried debugging on the device and doing so results in the tiles of my mapView not loading at all.
The device I'm testing on is an LG GT540 running Android 2.1-update1. Can anyone shed some light as to what it is that I'm missing to get the mapView tiles to load on my device for testing? Many thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en