2017-04-23 99 views
1

我是kivy的新手,尝试使用kivy为android构建应用程序。工具解压缩丢失,buildozer,kivy

时,我是应用

buildozer android debug 

与LOG_LEVEL创建APK = 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为buidozer任何工具(python- for-android)在互联网上。

帮助。

回答

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) 

这些是蟒蛇换安卓

几个依赖