Open jaredrummler opened 7 years ago
Fixed https://github.com/seven332/sevenzipjbinding/commit/6c9bca319652cd2d2e1e5bdb00062f278f00bad3
Please try compile 'com.github.seven332:a7zip:4ca7385242'
It's really hard to find all undeleted local references.
That fixed it. Thanks!
I was testing the port by @seven332 and the app crashes when attempting to open an APK. After a little searching, I found a similar problem here: http://stackoverflow.com/questions/26685491/jni-error-app-bug-local-reference-table-overflow-max-512
Hopefully this is an easy fix using
DeleteLocalRef(obj)
. Logcat dump below: