How to Fix Out Of Memory Error in Android Studio

How to Fix Out Of Memory Error in Android Studio
Out Of Memory Error in Android Studio .

How to Fix Out Of Memory Error in Android Studio

  1. from AndroidManifest.xml file in application attributes add this code
    android:largeHeap="true"
  2. Build Project .