Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 281 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 281 Bytes

kivy-buildozer-buildenv

Docker-based build environment for Kivy with Buildozer.

Usage

docker build -t kivy-buildozer-buildenv .
docker run --rm -i -v YOUR_PROJECT_DIR:/kivyapp -t kivy-buildozer-buildenv /bin/bash

cd /kivyapp
buildozer android debug