kivy buildozer cant compile application targeting python3
问题 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,