[android-developers] Re: Does the Android emulator run inside a VM?

2014-05-08 Thread Ruud
I've used the emulator successfully inside a VirtualBox VM recently. But didn't use all the options you used, and a lower resolution. It is slow though. Op donderdag 8 mei 2014 03:02:46 UTC+2 schreef Charles: Summary: Does the Android emulator run inside a VM? Or must it be run on a bare

[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

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 daniel.ri...@gmail.com wrote: Hello, in the application we open a chooser for selecting photos. I got

[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

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

2014-05-08 Thread Daniel Rindt
2014-05-08 17:52 GMT+02:00 Krishna Mahadik krishna.maha...@gmail.com: 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:

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 krishna...@gmail.comjavascript:: Increase memory allocated to process bitmap. Chunk of code will be more helpful to understand what problem exactly you are facing. Thanks