Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 619 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 619 Bytes

kivy_build

This repo homes a Docker image, which supports a developer to build Kivy Android apps using buildozer and pre-fetched SDK, NDK and files to optimize download of resources.

Start the build container

docker run -it --rm --name any_name \
  -v /path/to/project/root:/app local/python_kivy /bin/bash -l

Build an APK (inside the build container)

# If building for testing
~/build.sh

# If building for Store release
~/build.sh release