Sign inSign up

nao20010128nao/android-build

By nao20010128nao

Updated over 8 years ago

For building Android apps

Image
6

100K+

nao20010128nao/android-build repository overview

android-build

Docker image for building Android apps on CIs for myself (Not intended to be used on individual computers)
Build Status

What does this image do?

Only setups environment to build your app.

How to build my app?

  • Go to the directory where your top-level build.gradle exists.
  • Run gradle build .
  • Wait for the process finishes.
  • Check the result. If you see BUILD SUCCESSFUL at the bottom of the build log, your build is done.

Version of softwares this image installs

  • Gradle 2.14.1
  • Android SDK 25.2.4
  • Java 8
  • Android NDK r13b (Only ndk tag)

I want to install more SDK packages. How to do it?

  • Just use install_sdk_package PACKAGE_TO_INSTALL You should install only one image per a command because SDK installer may requires more than one license to agree.

Dockerfiles

latest Dockerfile based on bitrise-docker's android
ndk Dockerfile based on bitrise-docker's android-ndk
gradle-2.14.1 Dockerfile

Tag summary

Content type

Image

Digest

Size

3.2 GB

Last updated

almost 9 years ago

docker pull nao20010128nao/android-build