Sign inSign up

reko8680/android

By reko8680

Updated about 1 year ago

Development kit environment for android

Image
1

146

reko8680/android repository overview

Description

Development kit environment for android that enables users to build their apps in the most easy way

  • The development kit has all necessary tools and libraries to build your android apps from command line
  • The environment allows a user to easily configure their app building process using a buildozer.spec file
  • Run buildozer from the command line without having to worry about dependencies and other libraries

Example

Build an android app "my_app" with the buildozer tool by creating a docker container with the name "my_container":

  1. Run the container in interactive mode
  2. Mount all project source files and the buildozer.spec file from your host working directory $PWD into the container directory /home/docker/my_app
  3. Call the command "android release | debug"
Commands
docker run -it -v "$PWD":/home/docker/my_app -w /home/docker/my_app --name my_container reko8680/android:devkit2 android debug

Tag summary

Content type

Image

Digest

sha256:0feef5145

Size

654.5 MB

Last updated

about 1 year ago

docker pull reko8680/android:devkit3