Hi Guys,
Any reason why this is not working for me if I already have installed pip in my venv ?
(venv) djb:first_kivy_project dbosman$ pip -V
pip 9.0.1 from /Users/dbosman/PycharmProjects/first_kivy_project/venv/lib/python2.7/site-packages (python 2.7)
Output log when I want to create the APK:
------------------------------------------------------
(venv) djb:first_kivy_project dbosman$ buildozer android debug deploy
# Check configuration tokens
# Ensure build layout
# Check configuration tokens
# Read available permissions from api-versions.xml
# Preparing build
# Check requirements for android
# Search for Git (git)
# -> found at /usr/bin/git
# Search for Cython (cython)
# -> found at /Users/dbosman/PycharmProjects/first_kivy_project/venv/bin/cython
# Search for Java compiler (javac)
# -> found at /System/Library/Frameworks/JavaVM.framework/Versions/A/Commands/javac
# Search for Java keytool (keytool)
# -> found at /System/Library/Frameworks/JavaVM.framework/Versions/A/Commands/keytool
# Install platform
# Run 'pip install -q --user "appdirs" "colorama>=0.3.3" "sh>=1.10,<1.12.5" "jinja2" "six"'
# Cwd None
Can not perform a '--user' install. User site-packages are not visible in this virtualenv.
# Command failed: pip install -q --user "appdirs" "colorama>=0.3.3" "sh>=1.10,<1.12.5" "jinja2" "six"
#
# Buildozer failed to execute the last command
# The error might be hidden in the log above this error
# Please read the full log, and search for it before
# raising an issue with buildozer itself.
# In case of a bug report, please add a full log with log_level = 2
(venv) djb:first_kivy_project dbosman$