Skip to content

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.

License

Notifications You must be signed in to change notification settings

The-Judge/docker-kivy_build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published