AnimatedRandomLayout icon indicating copy to clipboard operation
AnimatedRandomLayout copied to clipboard

Fatal Exception: java.lang.OutOfMemoryError

Open jhwsx opened this issue 7 years ago • 0 comments

Hi,

I am a green-horn of Android. I use this widget in my project. However, I encountered a bug of it. The log is following:

Fatal Exception: java.lang.OutOfMemoryError
Failed to allocate a 571740 byte allocation with 541168 free bytes and 528KB until OOM
android.view.ViewGroup.addInArray (ViewGroup.java:4735)
android.view.ViewGroup.addView (ViewGroup.java:4404)
com.mobile.clean.views.random_layout.AnimatedRandomLayout.generateChild (Unknown Source)
com.mobile.clean.views.random_layout.AnimatedRandomLayout.loopChild (Unknown Source)
com.mobile.clean.views.random_layout.AnimatedRandomLayout.start (Unknown Source)
com.mobile.clean.views.random_layout.AnimatedRandomLayout$1.handleMessage (Unknown Source)
android.os.Handler.dispatchMessage (Handler.java:102)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1120)

Could you please help me out? Thank you very much.

jhwsx avatar Dec 26 '18 03:12 jhwsx