2024-12-31 10:12:42 -05:00
2024-12-31 10:12:42 -05:00
2024-05-06 22:09:45 -04:00
2018-03-05 10:08:11 -05:00
2018-03-05 10:03:04 -05:00
2024-04-09 07:25:08 -04:00

Docker images with Android SDK

Build status

You can either use it in CI or run locally via Docker:

docker run --rm -it \
  --volume "$PWD:/build" \
  --workdir /build \
  ghcr.io/cirruslabs/android-sdk:34 \
  ./gradlew :app:assembleDebug

The example above mounts current working directory and runs a Gradle build.

GitHub Container Registry

https://github.com/cirruslabs/docker-images-android/pkgs/container/android-sdk

S
Description
Android SDK Docker Images
Readme MIT 191 KiB
Languages
Dockerfile 100%