Hi,
I was reading in some other posts that some developers have the same
Problem, but till now, no solution.
its about the gallery: I have a string array with photos, but when the
gallery does show the 2nd Picture it
crash with:

-------
D/votw    (18078):  --- DebugMark 1 ----   E/dalvikvm-heap(18078):
6291456-byte external allocation too large for this process.
E/        (18078): VM won't let us allocate 6291456 bytes /skia
--------

bm= BitmapFactory.decodeFile("/sdcard/dcim/Camera/" + photoList[0]);

-- It works fine 2 Times, starting with the 3rd Time it crash.
- In other Threads they adviced to use another pic, but as you see I
try now
   with (photoList[0]).... so its a FIXED same Picture.

So I guess I have to release somehow the Memory, but how?

Thanks
Chris





--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to