Skip to content

Error in using debug flag, calling ANT debugger? #179

@mittenchops

Description

@mittenchops

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions