views:

12

answers:

1

Hi, 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!

A: 

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

Macarse
thanks for the post... using the debug.keystore worked.
kurt