Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

1 star

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages