Actually, I am trying to create a app with n number of multimedia files which includes images and videos. My apps size is around 34MB, and my assets size is aro
34MB
It's a common error when you dealing with Bitmap so add this line in AndroidManifest.xml: android:largeHeap="true"
Bitmap
AndroidManifest.xml
android:largeHeap="true"
Hope it will be helpful.