Skip to content
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

Why broke pyjnius module? #357

Closed
HeaTTheatR opened this issue Oct 21, 2018 · 1 comment
Closed

Why broke pyjnius module? #357

HeaTTheatR opened this issue Oct 21, 2018 · 1 comment

Comments

@HeaTTheatR
Copy link

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.

@KeyWeeUsr
Copy link
Contributor

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants