I have made my app for version 2.2. Now problem is like, its working properly for any resolution in version 2.2 but if I install it to anyother version(e.g. 2.1 or 2.3.3) and run it then it gives bitmap size exceeds VM budget.
Asked
Active
Viewed 89 times
1
-
Are you using different emulators to test this? Or are you using different devices? – Justin Breitfeller Oct 18 '11 at 13:54
-
for same emulator I just edit the version...like from 2.2 to 2.3.3 – Chirag_CID Oct 18 '11 at 14:12
1 Answers
1
I had similar issues in the past. This post helped me a lot, check it out.
Strange out of memory issue while loading an image to a Bitmap object
-
But I can not sample image as it will reduce quality of it and change dimension of image... – Chirag_CID Oct 18 '11 at 14:11