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.