2016-11-07 12 views
2

私はpython3に対してkivyアプリケーションを構築しようとしています。kivy buildozer cantはPython3をターゲットにしてアプリケーションをコンパイルします

まず、crystax ndkをダウンロードし、ANDROIDNDKをその場所に設定しました。私はbuildozer.specに私の要件にpython3crystaxを追加してビルドを開始しました:このコマンドを

buildozer android debug deploy run logcat

次のエラーでの結果:私はピップで手動python3crystaxをインストールしようと

Command failed: pip install --target=/home/cedric/Documents/Development/python/kivyapp/.buildozer/applibs python3crystax

に思えますこのパッケージは存在しないこともありますか?

ERROR: The colorama Python module could not be found, please install version 0.3.3 or higher

ERROR: The appdirs Python module could not be found, please install it.

ERROR: The sh Python module could not be found, please install version 1.10 or higher

ERROR: The jinja2 Python module could not be found, please install it.

すべてのモジュールは、現在のバージョンでインストールされます。

buildozer android debug deploy run logcat

でそれをしようと、次のエラーが発生します。 誰でもこの問題の解決に手伝ってもらえますか?

おかげセドリック

答えて

2

使用buildozer android_new debug代わりに、あなたはandroidを使用している古いツールチェーンを構築してのpython3をサポートしていません。

+0

私は質問を編集しました;) – Ced

関連する問題