I have an app that has been working smooth on android 2.3.6. for a couple of years. Updating to Android 4.0.4 it gives an empty screen with only the app name and after a while the message: application stopped. Running it Debug mode I do not get anything in the debug window but the log says : java.lang.OutOfMemoryError
Thanks for help
Louis
yes I know, there are 15+ lines of exception. But my question is not there. It is why does this happen now with Android 4.0.4 though it never happened before with 2.3.6?
Thanks
Different devices can have different limitations. Another possible reason is that the Android 4 scale is higher. Then is you use LoadBitmapSample you probably pass larger dimensions.