I am currently developing a game and I\'m trying to use one AnimationDrawable to show one animation in my Main Menu. When I run the game once, it works perfectly. But if i t
add these two lines in your android manifest file android:hardwareAccelerated="true" and android:largeHeap="true"
Hope that will help you.