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
You have to change the size of object in drawable. It's too big for android to display. e.g. If you are setting image try image with less pixels. It works for me. Thanks. :)