IllegalArgumentException Surface.nativeLockCanvas , Choreographer, BufferQueue

前端 未结 1 1756
心在旅途
心在旅途 2021-01-12 17:57

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

1条回答
  •  春和景丽
    2021-01-12 18:08

    I was having the same error. For me the problem was that I was not closing the file (file.close()) in JNI code.

    0 讨论(0)
提交回复
热议问题