The Google map API V2 shows blank screen even I use the mapdemo project in Google play service sample
nothing changed...
and mMap
is always turning out to be null ?
if (mMap == null) {
// Try to obtain the map from the SupportMapFragment.
mMap = ((SupportMapFragment) getSupportFragmentManager().findFragmentById(R.id.map)) .getMap();
// Check if we were successful in obtaining the map.
if (mMap != null) {
setUpMap();
}
Actually I find that the device operating system just can handle map view not the map fragment.