Skip to content

Instantly share code, notes, and snippets.

@amalgamatedclyde
Created October 4, 2013 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amalgamatedclyde/6828209 to your computer and use it in GitHub Desktop.
Save amalgamatedclyde/6828209 to your computer and use it in GitHub Desktop.
terminal output
clyde@clyde-N55SF:~$ cd buildozer-2
clyde@clyde-N55SF:~/buildozer-2$ ^C
clyde@clyde-N55SF:~/buildozer-2$ buildozer android debug deploy run
# Check configuration tokens
# Ensure build layout
# Check configuration tokens
# Preparing build
# Check requirements for android
# Run 'dpkg --version'
# Cwd None
Debian `dpkg' package management program version 1.16.10 (amd64).
This is free software; see the GNU General Public License version 2 or
later for copying conditions. There is NO warranty.
# Search for Git git
# -> found at /usr/bin/git
# Search for Cython cython
# -> found at /usr/local/bin/cython
# Search for Java compiler
# -> found at /usr/lib/jvm/java-7-openjdk-amd64/bin/javac
# Search for Java keytool
# -> found at /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/keytool
# Install platform
# Apache ANT found at /home/clyde/.buildozer/android/platform/apache-ant-1.8.4
# Android SDK found at /home/clyde/.buildozer/android/platform/android-sdk-21
# Android NDK found at /home/clyde/.buildozer/android/platform/android-ndk-8e
# Android packages already installed.
# Check application requirements
# Run './distribute.sh -l'
# Cwd /home/clyde/buildozer-2/.buildozer/android/platform/python-for-android
Available modules: android audiostream cymunk docutils ffmpeg gevent greenlet hostpython jpeg kivy libevent libxml2 libxslt lxml msgpack mysql_connector numpy openssl paramiko pil png pyasn1 pycrypto pygame pyjnius pylibpd pyopenssl pyqrcode python sdl setuptools sqlalchemy sqlite3 twisted txws wokkel zope
# Remove directory and subdirectory /home/clyde/buildozer-2/.buildozer/applibs
# Create directory /home/clyde/buildozer-2/.buildozer/applibs
# Run 'virtualenv-2.7 --python=python2.7 ./venv'
# Cwd /home/clyde/buildozer-2/.buildozer
/bin/sh: 1: virtualenv-2.7: not found
# Command failed: virtualenv-2.7 --python=python2.7 ./venv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment