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

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.

Upvotes: 2

Views: 2793

Answers (1)

TableTop
TableTop

Reputation: 79

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

Upvotes: 5

Related Questions