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
Hello, I'm trying to package my Kivy app into an Android APK file. I want to use buildozer for this.
I'm running Ubuntu 14.04 64-bit, with the git version of buildozer. Everything seems to work, until at the end, this error appears:
buildozer
Traceback (most recent call last): File "build.py", line 497, in <module> make_package(args) File "build.py", line 351, in make_package subprocess.check_call([ANT, arg]) File "/usr/lib/python2.7/subprocess.py", line 540, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['ant', 'debug']' returned non-zero exit status 1 # Command failed: /usr/bin/python2.7 build.py --name Kotnetcli --version 1.2.0 --package org.gijs.kotnetcli --private /home/gijs/Scripts/mobile-kotnetcli/.buildozer/android/app --sdk 14 --minsdk 8 --orientation portrait debug
You can find the full log here. Sadly, I don't know how to strip the color escape codes.
The text was updated successfully, but these errors were encountered:
It is possibel that you need 32 bits libraries to execute the android sdk. Please retry with the latest buildozer.
Sorry, something went wrong.
No branches or pull requests
Hello, I'm trying to package my Kivy app into an Android APK file. I want to use buildozer for this.
I'm running Ubuntu 14.04 64-bit, with the git version of
buildozer
.Everything seems to work, until at the end, this error appears:
You can find the full log here. Sadly, I don't know how to strip the color escape codes.
The text was updated successfully, but these errors were encountered: