First, create Dockerfile that inherits this image.
FROM gyugyu/android:24.3.3
Create install-android-sdk-components.sh with 755 permission, and put it in the same directory.
#!/bin/bash
echo y | android update sdk --no-ui --all --filter "platform-tools,build-tools-22.0.1,sys-img-armeabi-v7a-android-22,android-22,extra-android-m2repository,extra-google-m2repository"
Then, build a new image from the Dockerfile.
Content type
Image
Digest
sha256:7f7ac8a52…
Size
614.8 MB
Last updated
almost 11 years ago
docker pull gyugyu/android:24.3.3