I am trying to compile .apk ( this ) with buildozer. But I keep getting the error message below. I tried using a different python path, reinstalling buildozer, using different buildozer paths, compiling with Mac HD, compiling with sudo, another version of cython. Nothing works.
Traceback (last last call): File "build.py", line 497, in make_package (arg) File "build.py", line 351, in make_package subprocess.check_call ([ANT, arg]) File "/ usr / local /Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py ", line 540, in check_call raise CalledProcessError (retcode, cmd) subprocess.CalledProcessError: command '[' ant ',' debug ']' returns nonzero exit status 1
The command failed: /usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python build.py --name 'My Application' - -version 1.2.0 --package org.test.myapp --private / Users / user / Documents / Py / kvapk / .buildozer / android / app --sdk 14 --minsdk 8 --permission INTERNET --with ACCESS_NETWORK_STATE - porting orientation
I'm on OSX Mavericks using python 2.7.5, kivy 1.8.0, cython 0.19 and buildozer 0.17
Here is the general conclusion: https://gist.github.com/feynman21/29d2f02c387112f2900b
source share