You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't retry, but the JVM exception is... a jvm exception that Pyjnius cannot do anything about it.
You need to check the log, and see what Android tell you about your error. I guess that you cannot make toast outside the ui thread. (ui thread != python thread on android). You might need to use a Runnable object for that.
I get a JVM error while trying to create a Toast. Example code from Kivy Remote:
The text was updated successfully, but these errors were encountered: