Re: [android-developers] Activity Back Stack and OutOfMemoryError

2014-05-08 Thread Kostya Vasilyev
On Friday, May 9, 2014 1:23:12 AM UTC+4, Daniel Rindt wrote: > > 2014-05-08 17:52 GMT+02:00 Krishna Mahadik > >: > > > Increase memory allocated to process bitmap. > > > > Chunk of code will be more helpful to understand what problem exactly > you > > are facing. > > Thanks for your reply,

Re: [android-developers] Activity Back Stack and OutOfMemoryError

2014-05-08 Thread Daniel Rindt
2014-05-08 17:52 GMT+02:00 Krishna Mahadik : > Increase memory allocated to process bitmap. > > Chunk of code will be more helpful to understand what problem exactly you > are facing. Thanks for your reply, have a look where the error is happen: java.lang.RuntimeException: Unable to start activity

[android-developers] Error ERROR_COULD_NOT_MOUNT with unencrypted obb on some devices

2014-05-08 Thread btschumy
We have recently converted our app to using a mounted obb file. In the past the obb was just a zip file and we unzipped it for use. Since the obb is large (300 MB to 1.2 GB depending on app version) we decided to create it using using JOBB and mount it. This is working very well on most pla

Re: [android-developers] Activity Back Stack and OutOfMemoryError

2014-05-08 Thread Krishna Mahadik
Increase memory allocated to process bitmap. Chunk of code will be more helpful to understand what problem exactly you are facing. Regards, Krishna On 8 May 2014 20:21, "Daniel Rindt" wrote: > Hello, > > in the application we open a chooser for selecting photos. I got > frequently crashes mostl

[android-developers] Activity Back Stack and OutOfMemoryError

2014-05-08 Thread Daniel Rindt
Hello, in the application we open a chooser for selecting photos. I got frequently crashes mostly from sony by doing this which says: OutOfMemoryError which raises by showing the bitmaps. The stacktrace which the system creates doesn't mention a class of our code which confuses me a bit. My assu