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
Issue : Failed to allocate a 37748748 byte allocation with 16777120 free bytes and 17MB until OOM
Solution : 1.open your manifest file 2. inside application tag just add below two lines
android:hardwareAccelerated="false" android:largeHeap="true"
Example :