Buildozer on Windows.
This project uses Windows Subsystem for Linux to run all buildozer stuff in a box so you only have to digit the command in Powershell or cmd. It's light and weigh just the needed to work. If you don't use WSL yet, install it.
Minimum to use wsldl
- Windows 10 1709 Fall Creators Update 64bit or later.
- Windows Subsystem for Linux feature is enabled.
Minimum to use WSL2 (with WSL1 your project cannot be on Windows side)
- For x64 systems: Version 1903 or higher, with Build 18362 or higher.
- For ARM64 systems: Version 2004 or higher, with Build 19041 or higher.
Follow these instructions until the fifth step
2. Download the .exe file and run it
A dialog box should appear asking for permission.
More details about the installation here.
Yes, it is ready. Open a new cmd or Powershell instance and use as if you are on linux systems
cd C:\Users\You\Documents\YourProject
Note: The path cannot have spaces
buildozer init
code .\buildozer.spec
Note: Example with VSCode, otherwise just open the file
buildozer -v android debug
Note: be aware Kivy Easier will accept any license agreements automatically, as the one which appears in first run
buildozer android deploy run
buildozer android logcat | grep python
Note: part of the output will be the results of ADB workarounds
More details about the usage here.
Go to Settings
> Applications
> Kivy Easier X
and click Uninstall
Note: It will delete all already installed packages for buildozer too. First compile will be slower to download all again
2. Install the latest version
Follow the instructions above
Details on how to reproduce/contribute to this project here.
No support, but you can get more info in this branch.