A complete android registry for create build, create emulators for android apk and test.
483
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'
Content type
Image
Digest
Size
3.3 GB
Last updated
over 9 years ago
docker pull gotechnies/android