I have a complex application that creates multiple Bitmap objets and uses them to create BitmapDrawables. I know this might be a tough question to answer, but any help in po
I was having the same error. For me the problem was that I was not closing the file (file.close()) in JNI code.