SupportMapFragment appearing blank (Map Google V2)
问题 I want to load a SupportMapFragment in a Fragment container. I get no errors, my API Key is fine, Google Play Services Library is imported and all permissions are called. I call the MapFragment this way: MapaFragment fragment = new MapaFragment(); FragmentTransaction ft2 = getFragmentManager().beginTransaction(); ft2.replace(android.R.id.tabcontent, fragment) .commit(); The Fragment is as follows: public class MapaFragment extends SupportMapFragment { private View v; @Override public View