I have an Android app that works well in the emulators for Android 2.2, 2.3.1 & 2.3.3. But when I test it out on Android 4.0, it gives this error:
Caused by: java.lang.RuntimeException: Unable to start activity ComponentInfo
…
…
Caused by: java.view.InflateException
…
…
Caused by: java.lang.reflect.InvocationTargetException
…
…
Caused by: java.lang.OutOfMemoryError
It occurs everytime I try to go the next activity! (I use a TabActivity
which has 3 activities within it).
I am not sure what has changed in API 14. Please advice.