-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
buildozer -v android debug runs into problem #376
Comments
Post the full log. |
buildozer -v android debu Check configuration tokensEnsure build layoutCheck configuration tokensPreparing buildCheck requirements for androidRun 'dpkg --version'Cwd NoneDebian `dpkg' package management program version 1.17.27 (amd64). Search for Git (git)-> found at /usr/bin/gitSearch for Cython (cython)-> found at /usr/local/bin/cythonSearch for Java compiler (javac)-> found at /usr/local/java/jdk1.8.0_91/bin/javacSearch for Java keytool (keytool)-> found at /usr/local/java/jdk1.8.0_91/bin/keytoolInstall platformApache ANT found at /home/amir/.buildozer/android/platform/apache-ant-1.9.4Android SDK found at /home/amir/.buildozer/android/platform/android-sdk-20Android NDK found at /home/amir/.buildozer/android/platform/android-ndk-r9cCheck application requirementsRun './distribute.sh -l'Cwd /home/amir/programming/python/test_android/.buildozer/android/platform/python-for-androidAvailable modules: android apsw audiostream bidi boost cherrypy c_igraph click cprotobuf cymunk django docutils ecdsa enum34 evdev ffmpeg ffmpeg2 ffpyplayer ffpyplayer_tito flask freetype gevent greenlet harfbuzz hostpython igraph itsdangerous jinja2 jpeg kivent_core kivent_cymunk kivy leveldb libevent libpq libsodium libswift libtorrent libxml2 libxslt libyaml lxml m2crypto markupsafe midistream msgpack mysql_connector netifaces numpy opencv openssl paramiko pil plyer plyvel png polygon protobuf psutil psycopg2 pyasn1 pycrypto pygame pyjnius pylibpd pyopenssl pyparsing pyqrcode python pyyaml sdl setuptools six sqlalchemy sqlite3 storm swift thrift twisted txws werkzeug wokkel zeroconf zope Application requirements already installed, passCheck garden requirementsCompile platformRun './distribute.sh -l'Cwd /home/amir/programming/python/test_android/.buildozer/android/platform/python-for-androidAvailable modules: android apsw audiostream bidi boost cherrypy c_igraph click cprotobuf cymunk django docutils ecdsa enum34 evdev ffmpeg ffmpeg2 ffpyplayer ffpyplayer_tito flask freetype gevent greenlet harfbuzz hostpython igraph itsdangerous jinja2 jpeg kivent_core kivent_cymunk kivy leveldb libevent libpq libsodium libswift libtorrent libxml2 libxslt libyaml lxml m2crypto markupsafe midistream msgpack mysql_connector netifaces numpy opencv openssl paramiko pil plyer plyvel png polygon protobuf psutil psycopg2 pyasn1 pycrypto pygame pyjnius pylibpd pyopenssl pyparsing pyqrcode python pyyaml sdl setuptools six sqlalchemy sqlite3 storm swift thrift twisted txws werkzeug wokkel zeroconf zope Distribution already compiled, pass.Build the application #3Copy application source from /home/amir/programming/python/test_androidCreate directory /home/amir/programming/python/test_android/.buildozer/android/appCopy /home/amir/programming/python/test_android/main.pyPackage the applicationproject.properties updatedRun 'python build.py --name main --version 0.1 --package org.test.test_android --sdk 19 --minsdk 9 --private /home/amir/programming/python/test_android/.buildozer/android/app --orientation landscape debug'Cwd /home/amir/programming/python/test_android/.buildozer/android/platform/python-for-android/dist/test_androidUpdated project.properties Updated local.propertiesbuild.xml: Failed to find version-tag string. File must be updated. to prevent file from being rewritten automatically by the SDK tools.Updated file ./proguard-project.txt Command failed: python build.py --name main --version 0.1 --package org.test.test_android --sdk 19 --minsdk 9 --private /home/amir/programming/python/test_android/.buildozer/android/app --orientation landscape debugBuildozer failed to execute the last commandThe error might be hidden in the log above this errorPlease read the full log, and search for it beforeraising an issue with buildozer itself.In case of a bug report, please add a full log with log_level = 2 |
I'm having the same problem with buildozer |
Closing as stale, probably fixed in buildozer master. |
I have ran the command
buildozer -v android debug
from inside my project dir. But it ended up with this message:I looked a bit earlier and i saw there has been this printed:
Is this the cause of the problem? I have JDK installed.
The text was updated successfully, but these errors were encountered: