Recent content by sandipkalola

  1. S

    How to Fix: Unfortunately, the process android.process.media has stopped

    add simple one line code in your AndroidManifest.xml file < application android:allowBackup="true" **android:largeHeap="true"** android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/Apptheme" >