Google Map Android API v2 : GoogleMap is null
I'm trying to explore using the MapView class for GoogleMap display, with no luck, as most codes examples are using MapFragment which I do not want. I am using Google Maps Android API v2. At first, just for testing with here from Google's example , I managed to get the typical normal map to display. public class POnlineMapView extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.online_map_activity); } } The code above works perfectly which show that everything has been set up properly. I am now trying to