We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In NDK r8b and r8c, we got an error during the blank app execution:
VERBOSE/anode::RuntimeNative(21348): init: unable to load library: java.lang.UnsatisfiedLinkError: Cannot load library: reloc_library[1290]: 113 cannot locate '__gnu_thumb1_case_uqi'.
The fix is described here: https://github.com/ted0000/koccalink/commit/fb1c481e0fd68f5c4aecdc7488c5defe8c0a627f#commitcomment-2318630
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In NDK r8b and r8c, we got an error during the blank app execution:
VERBOSE/anode::RuntimeNative(21348): init: unable to load library: java.lang.UnsatisfiedLinkError: Cannot load library: reloc_library[1290]: 113 cannot locate '__gnu_thumb1_case_uqi'.
The fix is described here:
https://github.com/ted0000/koccalink/commit/fb1c481e0fd68f5c4aecdc7488c5defe8c0a627f#commitcomment-2318630
The text was updated successfully, but these errors were encountered: