我是kivy的新手,并尝试使用kivy为Android构建一个应用程序。
当我为应用创建apk时
buildozer android debug
log_level = 2 它显示:
Tool unzip is missing
Command failed: ./distribute.sh -m "kivy" -d "kivytut"
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
我无法在互联网上找到任何名为upzip for buidozer(python-for-android)的工具。
帮助。
答案 0 :(得分:0)
使用以下方式安装解压缩:
sudo apt-get install unzip
此外,以下是必须安装的工具:
git
ant
python2
cython (can be installed via pip)
a Java JDK (e.g. openjdk-7)
zlib (including 32 bit)
libncurses (including 32 bit)
unzip
virtualenv (can be installed via pip)
ccache (optional)
这些是python-for-android
的几个依赖项