0

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:

ZombieRun

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)
Alexander
  • 1
  • 1
  • There is old question with a lot of explanations - http://stackoverflow.com/questions/477572/strange-out-of-memory-issue-while-loading-an-image-to-a-bitmap-object – Viacheslav Feb 11 '14 at 21:50
  • thanks for the fast answer i will try to understand whats happening there and see if theres an answer for my problem! – Alexander Feb 11 '14 at 22:19

0 Answers0