ANDROID - How to verify / troubleshoot AVD debug key

I'm trying the HelloMapView example found here: http://developer.android.com/guide/tutorials/views/hello-mapview.html

Problem I'm having is that when I run my application, none of the map tiles will load... I heard this is usually do to my google maps api key not being correct. I tried signing my app with a key that I generated from google, but the application still wouldn't load the tiles into the map. I can zoom and effect other features of the map, everything except for actually loading the tiles. I was reading that the eclipse (which I'm using) will automatically generate a key for you, but that's not happening. Any suggestions on how to troubleshoot this problem? Thanks!

This question and answers originated from www.stackoverflow.com
Question by (9/27/2010 4:08:02 AM)

Answer

You should get an api-key for your debug key.

Answer by

Find More Answers
Related Topics  android  eclipse  debugging  signing  avd
Related Questions