Ubuntu based image, which contains only android tools and build-tools.
10K+
This is an Ubuntu Xential based Docker image and is image only contains Open JDK 8 JRE, Android Tools and Android Build Tools.
git clone https://github.com/warnyul/docker-android-build-tools.git
cd docker-android-build-tools
./build.sh --build-tools-version=29.0.3 --latest
Or if you want to use platform tools or other Android SDK components, just use this image as parent:
FROM warnyul/android-build-tools:{VERSION or latest}
# Install platform tools
RUN yes | sdkmanager "platforms;android-29"
I use this image to build redex in a Docker container. The documentation of redex refers to this.
Copyright 2020 Balázs Varga
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Content type
Image
Digest
sha256:f4ba64b83…
Size
638.7 MB
Last updated
over 1 year ago
docker pull warnyul/android-build-tools:36.0.0-focal-openjdk17