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

subprocess.CalledProcessError: Command '['ant', 'debug']' returned non-zero exit status 1 #183

Closed
GijsTimmers opened this issue Mar 3, 2015 · 1 comment

Comments

@GijsTimmers
Copy link

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:

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.

@tito
Copy link
Member

tito commented Mar 8, 2015

It is possibel that you need 32 bits libraries to execute the android sdk. Please retry with the latest buildozer.

@tito tito closed this as completed Mar 8, 2015
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