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
For me, the problem was that my .png file was being de-compressed to be a really huge bitmap in memory, because the image had very large dimensions (even though the file size was tiny).
So the fix was to simply resize the image :)