I want to show the Bitmap image in ImageView from sd card which is stored already. After run my application is crash and getting Ou
I got below error
"E/art: Throwing OutOfMemoryError "Failed to allocate a 47251468 byte allocation with 16777120 free bytes and 23MB until OOM"
after adding android:largeHeap="true" in AndroidManifest.xml then I rid of all the errors
android:largeHeap="true"