It's hard to help you without you posting the exception (available in the log output).
In general, though, you really don't want to be using 5MB image files. Ignoring memory use, performance is not going to be too great. If you have a large file, the best way to deal with it is to load it with the feature that automatically scales it while loading, and from there work with an reduced image that matches the screen size. On Oct 6, 10:24 am, Bigman <[EMAIL PROTECTED]> wrote: > I have encountered "Application run error" when trying to load large > image file (eg. 5 Mbytes) for display using XML structure programming > (e.g ImageView). Is this a known constraint? Any suggestion to > workaround this? > > Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

