i recently put my first app in the playstore and some devices crashed with that error. I am really no expert with memory management. Thanks for any advice in advance
Heres the Link to that app:
java.lang.OutOfMemoryError
at android.graphics.BitmapFactory.nativeDecodeAsset(Native Method)
at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:502)
at android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:601)
at de.as.framework.impl.AndroidGraphics.newPixmap(AndroidGraphics.java:50)
at de.as.zombieRun.LoadingScreen.update(LoadingScreen.java:48)
at de.as.framework.impl.AndroidFastRenderView.run(AndroidFastRenderView.java:39)
at java.lang.Thread.run(Thread.java:856)