Let’s get started with Buildozer!
Create a buildozer.spec file, with:
buildozer init
Start a Android/debug build with:
buildozer -v android debug
Run my application
buildozer android deploy run logcat
Create a buildozer.spec file, with:
buildozer init
Start a Android/debug build with:
buildozer -v android debug
Run my application
buildozer android deploy run logcat