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 #391

Closed
deounix opened this issue Aug 15, 2016 · 2 comments
Closed

subprocess.CalledProcessError #391

deounix opened this issue Aug 15, 2016 · 2 comments

Comments

@deounix
Copy link

deounix commented Aug 15, 2016

I'm getting this error when I'm trying to build apk

assets/private.mp3: /home/kivy/.buildozer/android/app/sitecustomize.pyo
assets/private.mp3: /home/kivy/.buildozer/android/app/main.pyo
Traceback (most recent call last):
  File "build.py", line 517, in <module>
    make_package(args)
  File "build.py", line 365, in make_package
    subprocess.check_call([ANT, arg])
  File "/usr/local/lib/python2.7/subprocess.py", line 541, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['ant', 'debug']' returned non-zero exit status 1
# Command failed: python build.py --name HelloWorld --version 0.1 --package org.test.helloworld2 --sdk 19 --minsdk 9 --private /home/kivy/.buildozer/android/app --orientation sensor --window debug
#
# Buildozer failed to execute the last command
# The error might be hidden in the log above this error
# Please read the full log, and search for it before
# raising an issue with buildozer itself.
# In case of a bug report, please add a full log with log_level = 2
@dkruk
Copy link

dkruk commented Sep 13, 2016

Here #372 you can find a solution to this problem.

@inclement
Copy link
Member

Closing as stale, p4a uses gradle now and there seem to be no issues with it.

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

3 participants