-
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
PythonActivity.mActivity causes app crash with new toolchain #995
Comments
What about App output(logcat) would be really nice to have. :) |
org.kivy.android.PythonActivity does not seem to have the problem:
I do not know whether it would have crashed if I'd tried to do something more substantial with org.kivy.android.PythonActivity. Here's a log file: I have seen this issue on a OnePlus One, an AVD emulator emulating a Nexus 6, and a Pixel. |
Probably it's this issue. You can try temporary fix mentioned there. |
The PythonActivity class used to be |
The following code causes an app to crash instantly:
I have encountered this in a Kivy app I've built with buildozer, and have seen the issue across multiple devices. I have also reproduced this issue in the remote shell. I had not seen this occur when using the old toolchain.
The text was updated successfully, but these errors were encountered: