buildozer version requires a python-for-android version with AAB (Android App Bundle) support

Viewed 1015

how can these problems be solved? I use Ubunto to install the APK, I use a bulldozer.

I did the work with reference to the video link.

In the process of working I solved the problem of cython.

1 Answers

I had same issue. Found this today, it might help you out.

You simply need to uncomment the following line in your buildozer.spec and replace master with develop

# (str) python-for-android branch to use, defaults to master
# p4a.branch = master
p4a.branch = develop
Related