I'm trying to build my kivy application against python3.
First I downloaded the crystax ndk, and set the ANDROIDNDK to it's location. I added python3crystax to my requirements in the buildozer.spec and launched the build with:
buildozer android debug deploy run logcat
This command results in the following error:
Command failed: pip install --target=/home/cedric/Documents/Development/python/kivyapp/.buildozer/applibs python3crystax
If I try to install python3crystax manually with pip it seems, that this package dosen't even exists?
trying it with
buildozer android debug deploy run logcat
causes the following error:
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.