This repository has been archived by the owner on Apr 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Fix Android 5.0 Bug #5
Labels
Comments
This problem has top priority, for without it fixed GameSharing is not useable on Android 5.0. |
env->DeleteLocalRef(t.classID); seems to cause the problem on Android 5.0 |
Google has published information about jni problems with ART here:https://developer.android.com/guide/practices/verifying-apps-art.html |
Fix: Delete the env->DeleteLocalRef(t.classID); commands in GameSharing.cpp |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Fix JNI and ART problems on Android 5.0
The text was updated successfully, but these errors were encountered: