-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
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
update jni lib #66
Comments
and changes in others libs OSNetworkSystem.cpp
|
please also add |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to update the jni library, namely:
Application.mk add
APP_ABI := all
and set in OSNetworkSystem.cpp some update(for arm64 you need change jint to jlong in some places)
The text was updated successfully, but these errors were encountered: