[android-beginners] Re: HelloMapView coming up with empty tiles

2009-10-06 Thread jotobjects
Too bad you did not get a SecurityException instead of just empty map tiles. And too bad there is no xml schema to validate the manifest (AFIK). On Oct 5, 5:25 pm, Clayton gehbaue...@gmail.com wrote: I figured it out.  I had the uses-permission as a child of application rather than a child of

[android-beginners] Re: HelloMapView coming up with empty tiles

2009-10-05 Thread Clayton
I pulled the apikey by submitting the fingerprint I got from the debug.keystore for the androiddebugkey which was what it said to do on the dev site. I copied that api key off of the webpage and pasted it directly MapView android:apikey element in the main.xml (and I've repeated and verified

[android-beginners] Re: HelloMapView coming up with empty tiles

2009-10-05 Thread Clayton
I figured it out. I had the uses-permission as a child of application rather than a child of the manifest, it's working now. Thanks for your help! On Oct 5, 4:27 pm, Clayton gehbaue...@gmail.com wrote: I pulled the apikey by submitting the fingerprint I got from the debug.keystore for the

[android-beginners] Re: HelloMapView coming up with empty tiles

2009-10-01 Thread jotobjects
What you are doing looks right. The empty tiles view with cross hatches is a symptom of an invalid apiKey, but possibly it is something else. On Sep 26, 8:47 am, Clayton gehbaue...@gmail.com wrote: I'm having trouble getting the HelloMapView to work.  I have the Maps API key that I got from,