Fennecfox
Fennecfox
This error from 3.9.0 version in latest 3.12.1 the same problem, ExampleApp login not working in Android. In version 3.8.9a, all ok.
The solution was found. It's just that after each Attach() call, you need to call Detach(). I think this is obvious, but I didn't immediately guess.
In my project need call IInArchive methods from different places (I'm wan't write Kotlin JNI binding for this library, for android). Me need store IInArchive pointer for opened archive, and...