Skip to content

yurigo79/android-build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Docker for building android applications

  • Base: Debian
  • Java: openjdk-jdk8
  • Android SDK: r24.4.1
  • Build tools: 24.0.3
  • Android API: 24

Build an image

docker build -t abilisense/android-build .

Run an interactive shell

docker run -ti abilisense/android-build /bin/bash

To build project from you local foder - change into it(cd) and run an interactive shell like this:

docker run -ti --volume=${PWD}:/localDebugRepo --workdir="/localDebugRepo" \
    --memory=4g --memory-swap=4g --entrypoint=/bin/bash abilisense/android-build

##License and Copyright

License: GPL-3.0

Copyright 2016, AbiliSense Ltd.

About

Docker for building android applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published