-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Plyer GPS example works on android but not android_new toolchain #833
Comments
Crashes at this statement in the android gps.py from plyer.platforms.android import activity |
After digging further into this I discovered the plyer version from pip does NOT work as it uses the old Update: Also need to add |
Thanks for reporting this, looks like plyer needs a pypi release. |
I still have the same issue when trying to run gps.configure(). I tried android_old toolchain as a last resort while tinkering and it suddenly worked. |
Getting JNI crash using android_new toolchain.
Works with old toolchain so I assume it is a p4a issue.
Update: It's occuring when calling plyer.gps.configure()
The text was updated successfully, but these errors were encountered: