I have tried two approaches to implement Google maps on android and both are not working.
1st Approach - I implemented maps using fragments (com.google.android.gms.maps.MapFragment). In this approach I get an error and the it asks me to UPDATE GOOGLE PLAY store.
2nd approach - I implemented maps using MapView (com.google.android.maps.MapView). I get a server 3 error in this approach and display shows me a blank grid.
I even generated a new api key, but it was of no use.
Thanks in advance
you can use map v2 with :
with extends FragmentActivity
https://developers.google.com/maps/documentation/android/start
I went to the
in Phone downloaded and installed some updates. This time when i clicked on
Market automatically got updated to Google Play.
Map is getting displayed properly.