2016-11-07 116 views
2

我試圖建立對python3我kivy應用。kivy buildozer不能編譯應用程序針對python3

首先,我下載了crystax NDK,並設置ANDROIDNDK到它的位置。我加python3crystax我在buildozer.spec要求,並推出了構建:

buildozer android debug deploy run logcat

這個命令會導致以下錯誤:

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

如果我嘗試使用PIP手動安裝python3crystax似乎,這個包甚至不存在?

buildozer android debug deploy run logcat

嘗試它導致以下錯誤:

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.

所有模塊都安裝了他們的最新版本。 任何人可以幫助我解決這個問題呢?

感謝塞德里克

回答

2

使用buildozer android_new debug相反,你可以使用android它建立與舊的工具鏈和不支持python3。

+0

我編輯的問題;) – Ced

相關問題