-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Running...
./build.py --package org.test.touchtracer --name touchtracer --version 1.0 --dir ~/mine/kivy/examples/demo/touchtracer/ debug
Gave me an error to ant. Using Ubuntu 12.04:
Buildfile: /mine/python-for-android/dist/default/build.xml
BUILD FAILED
/home/mine/python-for-android/dist/default/build.xml:6: Source resource does not exist: /home/mine/python-for-android/dist/default/project.properties
Total time: 0 seconds
Traceback (most recent call last):
File "./build.py", line 408, in <module>
make_package(args)
File "./build.py", line 332, in make_package
subprocess.check_call([ANT, arg])
File "/usr/lib/python2.7/subprocess.py", line 511, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['ant', 'debug']' returned non-zero exit status 1
machine@machine:~/mine/python-for-android/dist/default$
But works when I remove the debug at the end.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels