You ever figure out what it was? I'm having the same issue. I have verified all the above suggestions to no avail. Now, here is the weird thing. I had have two phones, OS 4.1, and 2.3.3 and it works on the ICS phone. I'm using Google API: 8 and have all the permissions. I have set satellites off (and on) I have called invalidate(). I just don't understand why. The 2.3.3 phone I wiped and reloaded before I tried the program on it. But I did go to market and install Google Maps. Is there something missing I wonder? It shows the Map control with the square grid on it, it shows the compass, and it shows the marker for my current location and even acts like it's updating the position (seems to moves around as I drive). But, no maps.
On Wednesday, July 22, 2009 12:02:20 PM UTC-5, Alex wrote: > > Hi guys, > > I'm trying to display GoogleMaps in my application, but instead of map > I just get an empty screen with crosses and Google logo in the bottom > left corner. > > I'm using Internet permission in manifest file, just as the library > "com.google.android.maps". I have also supported my application with > Android Maps API key and I placed it in layout as android:apiKey value > for MapView, but it still can't display the map. > > main.xml: > > <com.google.android.maps.MapView > android:id="@+id/myMapView" > android:layout_width="fill_parent" > android:layout_height="fill_parent" > android:enabled="true" > android:clickable="true" > android:apiKey="07vNiwHa094tV14bUdyK0VTtXx0eeAZlk6WdKXQ" > /> > > manifest.xml: > > <uses-library android:name="com.google.android.maps" /> > ... > <uses-permission android:name="android.permission.INTERNET" /> > <uses-permission > android:name="android.permission.ACCESS_FINE_LOCATION" /> > > > I have used two different apiKey values, regarding whether I signed > the application with debug or my own created keystore, but it didn't > work with none of them. > > If someone can help me, I would really appreciate it. > > > Best regards, > Alex > > -- 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

