I searched on the internet but didn't get a solution. How do I get a Bitmap of a Large size image(13 Mb) from the path of an image in the SD card or phone memory?
I use this:
Bitmap b = BitmapFactory.decodeFile(path);
and get an exception on this line
Thanks.