Android Lightweight is a very lightweight docker image for Android, which contains only the latest version of Android Libraries:
- OpenJDK 11
- Gradle 7.3.3
- Android API 33
- Android Build Tools 33.0.0
- Android NDK (Side by side) 25.0.8775105
- Command line tools linux-8512546_latest
- Accepted all licenses
The how-to article for creating this from scratch is published here: How to build a Lightweight Docker Container for Android Build
Check out the related documentation in our Wiki.
Android Lightweight is a public project:
- Dockerfile is stored in Github: Github repository
- Dockerfile is built and image is stored in Docker Hub: Docker Hub repository
Docker Hub published a blog post to discontinue automated build for free users. So, our repository in Bitbucket is deprecated. Check the Github repository as above.
Whenever the new Dockerfile is pushed into Github repository, Github workflow will build & push the image to Docker Hub. Check all workflow runs in Github.
- Please submit a new issue.
- Or you can view all open issues here.