tigerjj / FasterAnimationsContainer

Frame Animation with Drawable without OutOfMemory
84 stars 32 forks source link

java.lang.IllegalArgumentException: Problem decoding into existing bitmap #7

Open jmatt0806 opened 8 years ago

jmatt0806 commented 8 years ago

I'm getting an error "java.lang.IllegalArgumentException: Problem decoding into existing bitmap" on

mRecycleBitmap = BitmapFactory.decodeResource(mImageView
                    .getContext().getResources(), params[0], options);

I'm using 10 jpg files in Resources/drawable to test the code, and the error appears. Each file is 200kb or less.