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

422 views
Skip to first unread message

Saurabh Shelar

unread,
Dec 24, 2013, 8:21:51 AM12/24/13
to kivy-...@googlegroups.com
Hi,

when I am running command

./build.py --dir ~/kivy/examples/demo/touchtracer \
    --package org.demo.touchtracer \
    --name "Kivy Touchtracer" --version 1.1.0 debug installd

it shows me error

BUILD FAILED
Target "adb" does not exist in the project "Touchtracer".



and when I run this

./distribute.sh -m "sqlite3 openssl pyopenssl lxml audiostream cymunk ffmpeg pil pyjnius twisted kivy"

it gives me same error or Tool pip-2.7 not found.


I am not able to create apk. I am using ubuntu. kindly help.

Total time: 1 second
Traceback (most recent call last):
File "./build.py", line 412, in <module>
make_package(args)
File "./build.py", line 336, 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', 'adb']' returned non-zero exit status 1


qua-non non

unread,
Dec 24, 2013, 10:06:18 AM12/24/13
to kivy-...@googlegroups.com
You should be using buildozer, that will take care of installing all the requirements.


--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply all
Reply to author
Forward
0 new messages