Я установил Buildozer в Python 2.7, используя Pycharm, затем я построил .spec < /code>,
Но когда я попытался создать APK, я получил эти результаты:
insatalled jdk7 и 8 < /p>
[*] < /p>
Код: Выделить всё
#Check configuration tokens
# Ensure build layout
# Check configuration tokens
# Preparing build
# Check requirements for android
# Java compiler (javac) not found, please install it.
Код: Выделить всё
buildozer -v Android debug< /code> < /p>
# Check configuration tokens
# Ensure build layout
# Check configuration tokens
# Read available permissions from api-versions.xml
# Preparing build
# Check requirements for android
# Run 'dpkg --version'
# Cwd None
/bin/sh: dpkg: comando non trovato
# Search for Git (git)
# -> found at /usr/bin/git
# Search for Cython (cython)
# -> found at /usr/bin/cython
# Search for Java compiler (javac)
# Java compiler (javac) not found, please install it.
< /code> < /li>
Использование: Buildozer Android Debug Deploy Run < /code> < /p>
# Check configuration tokens
# Ensure build layout
# Check configuration tokens
# Preparing build
# Check requirements for android
# Java compiler (javac) not found, please install it.
Как мне заставить это работать?
Подробнее здесь: https://stackoverflow.com/questions/339 ... d-please-i
Мобильная версия