Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "build.py", line 509, in <module>
  3. make_package(args)
  4. File "build.py", line 357, in make_package
  5. subprocess.check_call([ANT, arg])
  6. File "/usr/lib/python2.7/subprocess.py", line 540, in check_call
  7. raise CalledProcessError(retcode, cmd)
  8. subprocess.CalledProcessError: Command '['ant', 'debug']' returned non-zero exit status 1
  9. # Command failed: /usr/bin/python build.py --name 'My Application' --version 1.2.0 --package org.test.myapp --private /home/abhishek/Desktop/Code/.buildozer/android/app --sdk 14 --minsdk 8 --orientation sensor --window debug
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement