I was getting this error using bitmaps and found I could fix it by reducing the size of the bitmaps.
Bitmap size reduced from >1000px high to 700px.
Relevant code was:
bmp = BitmapFactory.decodeResource(this.getResources(), R.drawable.myBitMap);
I was getting this error using bitmaps and found I could fix it by reducing the size of the bitmaps.
Bitmap size reduced from >1000px high to 700px.
Relevant code was:
bmp = BitmapFactory.decodeResource(this.getResources(), R.drawable.myBitMap);