Skip to content

Build kivy app apk via buildozer on Travis-CI with docker...

Notifications You must be signed in to change notification settings

jedie/kivy-buildozer-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kivy Buildozer docker

Create Andorid .apk for kivy apps with buildozer on Travis CI via docker.

Docker image is available here:

Build Status on travis-ci.org travis-ci.org/jedie/kivy-buildozer-docker

usage

create docker image and install everything needed:

docker build -t jedie/buildozer .

compile kivy_hello_world:

docker run -t jedie/buildozer -v ${PWD}/kivy_hello_world:/buildozer/ buildozer --verbose android release

to into bash shell:

docker run -it jedie/buildozer -v ${PWD}/kivy_hello_world:/buildozer/ /bin/bash

Example project that used this docker image is:

cleanup

docker image prune -f
docker container prune -f

troubleshooting

One idea is to compare installed packages between the "official" VirtualBox VM with the docker image. There are two helper snippets for this:

alternatives

About

Build kivy app apk via buildozer on Travis-CI with docker...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published