Steps:
1- pip3 install --user --upgrade buildozer
2- sudo apt update <<your password>>
3- sudo apt install -y git zip unzip openjdk-17-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev libssl-dev
4- pip3 install --user --upgrade Cython==0.29.33 virtualenv
5- export PATH=$PATH:~/.local/bin/
6- buildozer init <<edit buildozer>>
*prepared buildozer.spec in file.
7- buildozer android debug deploy run
*Ubuntu 20.04.6 LTS --WSL version 2 (command on cmd to show wsl version: wsl -l -v)
Checked everthing is ok.
On Google COLAB:
1- !pip install buildozer
2- !pip install cython==0.29.33
3- !sudo apt install -y git zip unzip openjdk-17-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev libssl-dev
4- !buildozer init
5- !buildozer -v android debug
*Tested, everything is ok.
Further reading:
https://github.com/mathpathconsole/Kivy-android-apk-with-Google-Colab
https://buildozer.readthedocs.io/en/latest/installation.html#android-on-windows-10-or-11