2017-04-23 21 views
1

私はkivyを新しくしていて、kivyを使ってアンドロイド向けのアプリを構築しようとしています。ツールunzipがありません、buildozer、kivy

私はLOG_LEVEL = 2 とアプリ

buildozer android debug 

用APKを作成していたことが示しています

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 

私はbuidozerためupzipと呼ばれる任意のツールを見つけることができませんよ(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) 

は、これらのpython-FOR-アンドロイド

のためのいくつかの依存関係しています
関連する問題