hi i have to implement Google map
in my application. In my application i have 3 tabs in which one of the tab display this Map. but my problem is when i first time go to Map fragment it's working fine but when suddenly go to another tab and then return back to Map Fragment
my app got crash? with below logcat.
Layout.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:map="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="55dp"
android:background="@drawable/button_bar_gradient"
android:orientation="vertical" >
<fragment
android:id="@+id/map1"
android:layout_width="match_parent"
android:layout_height="match_parent"
class="com.google.android.gms.maps.SupportMapFragment" />
</LinearLayout>
Logcat
Pleas some one help me on this.