> > I've set the debug.keystore.
You don't "set" the debug.keystore ... that's already there as part of the SDK. You use that to get a hash value that you use on the maps api key signup page to get your debug key. I've verified I have them in the right place according to the Eclipse configuration. Setting up the maps API keys has nothing to do with Eclipse configuration. You add them to you mapview layouts (or set them in the map view constructor if you choose to do it in code). I'm thinking you might have mixed up some terms and not set this up properly. Go through the set up<http://code.google.com/android/add-ons/google-apis/mapkey.html> steps again. Make sure you have a debug key gained from the debug keystore and a release key gained from your release keystore and that you're using the correct one (the debug one in debug mode, the release one in release mode). Hope that helps. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Sun, Dec 6, 2009 at 9:14 AM, Steve Keener <[email protected]>wrote: > I have an odd problem. I'm working on my first Maps application. I'm > using the demo/tutorial code as a baseline to figure this out. > > I have the app running, I can see the zoom controls....but no map > graphic. > > I see no errors in the console. > > I've set the debug.keystore. I also have the key for the API set. > I've verified I have them in the right place according to the Eclipse > configuration. > > I can even add an overlay with a small graphic with no problem. > > But I still only see the "graph paper"-like background for the map. > I'm not sure what's going on. > > Using Java 1.6. > > Anybody have any ideas? Thanks! > > Steve > > -- > You received this message because you are subscribed to the Google > Groups "Android Beginners" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-beginners%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-beginners?hl=en -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

