我正在尝试建立我的kivy项目的apk。我使用PyCharm在python 2.7中安装了buildozer,然后构建了.spec,但是当我尝试创建apk时,得到了以下结果:我安装了jdk7和8
使用方法: buildozer Android debug
#Check configuration tokens
# Ensure build layout
# Check configuration tokens
# Preparing build
# Check requirements for android
# Java compiler (javac) not found, please install it.
Run Code Online (Sandbox Code Playgroud)使用方法: buildozer -v Android debug
# 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
# …Run Code Online (Sandbox Code Playgroud)