- poetry
- just
- python 3.10 (tested)
- Use docker-android and set
android.archs = x86_64
in buildozer.spec
Buildozer (Ubuntu/Debian):
sudo apt install -y git zip unzip openjdk-8-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev libssl-dev
Written for Ubuntu/Debian
just install
just run
In case your device is not running on localhost:5555, change line 9 in Justfile
ADB:="adb -s localhost:5555"
and remove -s localhost:5555
or change the tcp argument.
To show all commands: just --list