Skip to content Skip to sidebar Skip to footer

Kivy Buildozer Compile Error Pythonforandroid.toolchain

Compile platform Command failed: /usr/bin/python3 -m pythonforandroid.toolchain create --dist_name=main -- bootstrap=sdl2 --requirements=kivy,python3 --arch armeabi- v7a --cop

Solution 1:

Ohh yeh I solved the issue , after get fresh buildozer installed from the github also solved some cache/pip directory ownership permission problem

Solution 2:

when I mainly use this key value , I can build almost each api level

(int) Target Android API, should be as high as possible.

android.api = 27

while I use this key , only 21 or 22 can be built falied compilation most time

(int) Minimum API your APK will support.

android.minapi = 22

Post a Comment for "Kivy Buildozer Compile Error Pythonforandroid.toolchain"