We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I'm trying to build an Android apk of a simple Kivy app with buildozer, I get the following error:
https://gist.github.com/RitchieFlick/10287489
I'm using Vagrant and I also included my Vagrantfile I'm using if someone spots a problem there.
I also tried buildozer directly from https://github.com/kivy/buildozer but got the same problem.
Edit:
I'm using ubuntu-13.10 for this, the host is Windows 8.1 and the virtual machine is running headless as I only want to use it for apk generation.
Edit2:
Not using buildozer and following the instructions in the Readme.md of python-for-android and doing the procedure by hand gives me the same error.
The text was updated successfully, but these errors were encountered:
Found out that the fix here: https://groups.google.com/forum/#!msg/kivy-users/ewe97Y4UHeU/17iwRMesKvwJ works, one simply shouldn't forget to remove the .buildozer folder in your project folder before trying again.
Sorry, something went wrong.
No branches or pull requests
When I'm trying to build an Android apk of a simple Kivy app with buildozer, I get the following error:
https://gist.github.com/RitchieFlick/10287489
I'm using Vagrant and I also included my Vagrantfile I'm using if someone spots a problem there.
I also tried buildozer directly from https://github.com/kivy/buildozer but got the same problem.
Edit:
I'm using ubuntu-13.10 for this, the host is Windows 8.1 and the virtual machine is running headless as I only want to use it for apk generation.
Edit2:
Not using buildozer and following the instructions in the Readme.md of python-for-android and doing the procedure by hand gives me the same error.
The text was updated successfully, but these errors were encountered: