Some time back I was having the same problem. My mistake was that I have added both the
1. <uses-library android:name="com.google.android.maps" /> 2. <uses-permission android:name="android.permission.INTERNET" /> as childs for <application> tag. But the first one Should go as a child for <application> tag and the second one as child of <manifest> tag. I don't know, if you did the same mistake. But check it once. On Wed, Jul 28, 2010 at 8:03 PM, Oscar <[email protected]> wrote: > Can you see the maps with the normal google maps application, maybe > proxies or permissions > > On Jul 26, 2:33 am, TheIrish <[email protected]> wrote: > > Hello everyone, > > I'm trying to embed maps into my application. > > I followed the official guide, > > - Generated a fingerprint using my .android/debug.keystore and with > > that, a google api key. > > - Enabled the maps library in the manifest > > - Enabled internet and location permissions in the manifest > > - Added a MapView > > - Verified that Eclipse is pointing its keystore to debug.keystore > > > > Problem: the application launches correctly, I see the maps grid, but > > no apps is loaded in there. > > Any suggestion? Thanks in advance. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

