It works when you load a smaller file because you simply have very little amount of memory left. Your application is using too much memory, you need to trim it down.
On Thu, Dec 11, 2008 at 1:00 AM, fala70 <[EMAIL PROTECTED]> wrote: > > I 've a similar problem. I am going crazy from several days.... Is > impossible to show images from internal or external memory captured > from camera. Also I tried to read a file jpg of 700KB and use > BitmapFactory.decodeByteArray to get the bitmap, but I receive that > exeption: > > 12-11 00:50:27.819: ERROR/dalvikvm-heap(3547): 6291456-byte external > allocation too large for this process. > > if I try to load an image smaller (around 4K) > BitmapFactory.decodeByteArray work good. > > somebody has a solution ? > > > -- Romain Guy www.curious-creature.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

