Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Fix Android 5.0 Bug #5

Closed
dwd31415 opened this issue Nov 21, 2014 · 4 comments
Closed

Fix Android 5.0 Bug #5

dwd31415 opened this issue Nov 21, 2014 · 4 comments
Assignees
Labels

Comments

@dwd31415
Copy link
Owner

Fix JNI and ART problems on Android 5.0

@dwd31415 dwd31415 added the bug label Nov 21, 2014
@dwd31415
Copy link
Owner Author

This problem has top priority, for without it fixed GameSharing is not useable on Android 5.0.

@dwd31415 dwd31415 self-assigned this Nov 21, 2014
@dwd31415
Copy link
Owner Author

env->DeleteLocalRef(t.classID); seems to cause the problem on Android 5.0

@dwd31415
Copy link
Owner Author

Google has published information about jni problems with ART here:https://developer.android.com/guide/practices/verifying-apps-art.html

@dwd31415 dwd31415 changed the title Android 5.0 Bug Fix Android 5.0 Bug Nov 27, 2014
@dwd31415
Copy link
Owner Author

Fix: Delete the env->DeleteLocalRef(t.classID); commands in GameSharing.cpp

@dwd31415 dwd31415 reopened this Nov 27, 2014
dwd31415 added a commit that referenced this issue Nov 27, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant