[android-developers] Re: Google Maps application problem - tiles not loading = grey background only / Maps API key available

2009-07-01 Thread Harold
Hi! Just another Idea, cause i had the same problem today! Try to adjust your GPS-coordinates. I also signed my Application and gave internet-permission. And there was always the grey-tiles. I dont know if im right, maybe it has something to do with the zoom level, that there are no data for some

[android-developers] Re: Google Maps application problem - tiles not loading = grey background only / Maps API key available

2009-06-30 Thread Christian S.
All, thanks very much for your comments. I do not have my development machine with me at the moment ... so I can only try later today ... however, it is probably the internet permission in the manifest. When I read it, it was eye-opening to me ... keep you all posted. best regards christian On

[android-developers] Re: Google Maps application problem - tiles not loading = grey background only / Maps API key available

2009-06-30 Thread Christian S.
Just to confirm that it really was the INTERNET permission ... sometimes you do not see the forest because of all the trees. Thanks again. Ch. On Jun 30, 9:25 am, Christian S. schrott...@gmx.de wrote: All, thanks very much for your comments. I do not have my development machine with me at the

[android-developers] Re: Google Maps application problem - tiles not loading = grey background only / Maps API key available

2009-06-29 Thread Mark Murphy
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.

[android-developers] Re: Google Maps application problem - tiles not loading = grey background only / Maps API key available

2009-06-29 Thread Raphael
Another suggestion is to try to run the maps demo that comes with the sdk: sdk/add-ons/google_apis-3/samples/MapsDemo Also as explained in http://code.google.com/android/add-ons/google-apis/maps-overview.html you need to sign your APK. Disclaimer: I never actually ran the demo nor used the maps

[android-developers] Re: Google Maps application problem - tiles not loading = grey background only / Maps API key available

2009-06-29 Thread Mark Murphy
Raphael wrote: Another suggestion is to try to run the maps demo that comes with the sdk: sdk/add-ons/google_apis-3/samples/MapsDemo Also as explained in http://code.google.com/android/add-ons/google-apis/maps-overview.html you need to sign your APK. Disclaimer: I never actually ran the

[android-developers] Re: Google Maps application problem - tiles not loading = grey background only / Maps API key available

2009-06-29 Thread Raphael
On Mon, Jun 29, 2009 at 4:43 PM, Mark Murphymmur...@commonsware.com wrote: I looked in the main SDK for a sample and didn't find one. I keep forgetting the Maps code is now in add-ons/ and that any samples would be there. I totally agree that it's not obvious. Logical but not obvious. R/