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
Run buildozer android update to update the python-for-android to the latest version. Basically #356 broke the patches (I didn't know about) that are applied to the pyjnius during the android builds. The patches supply compatibility with SDL1, SDL2 and Android WebView's JavaNativeInterface.
In simple terms, it broke due to me switching all constants and global variables to uppercase according to the convention, therefore I had to fix the patch too (kivy/python-for-android#1417).
Greetings!
Yesterday there was a change in the repository pyjnius module... As a result, packages for Android in the virtual machine (VM 4.0 - https://github.com/Zen-CODE/kivybits/blob/master/KivyCompleteVM/ReadMe.txt) have ceased to be builded.
Here is a link to the post with an error - https://groups.google.com/forum/#!topic/kivy-users/0OTOgo9fRzI
I have the same problem now! Even a simple Hello World application is not built.
The text was updated successfully, but these errors were encountered: