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
Actually you can add in your manifest these lines android:hardwareAccelerated="false" , android:largeHeap="true" it is working for some situations, but be aware that the other part of code can be arguing with this.
android:hardwareAccelerated="false"
android:largeHeap="true"