I have an application with three tabs.
Each tab has its own layout .xml file. The main.xml has its own map fragment. It\'s the one that shows up when the application
Try setting an id (android:id="@+id/maps_dialog") for your mapView parent layout. Works for me.