Sign inSign up

gotechnies/android

By gotechnies

Updated over 9 years ago

A complete android registry for create build, create emulators for android apk and test.

Image
0

483

gotechnies/android repository overview

android-base

This Docker registry will help you to make build. This docker build will help you to make apk build using Continous Integration (Gitlab, jenkins, Bitrise etc )

For Example you want to make build of react-native code using this docker registry/image. get in the react-native code.

cd React-NativeApp

Below command will make build of your react-native code.

docker run -it --rm -v $PWD:/app -w /app arvindr226/android-base /bin/sh -c 'cd android && ./gradlew AssembleDebug'

Tag summary

Content type

Image

Digest

Size

3.3 GB

Last updated

over 9 years ago

docker pull gotechnies/android