Docker image for building android apps with the SDK & NDK.
By using this image, you silently agree to all of Android's SDK & NDK licence, because of the automated installation mechanism that is used in this script
Contains:
- SDK API-Levels 21-27
- NDK & cmake
- Build, Platform & General Tools
- constraint-layout
- sets PATH &environment variables
See Dockerfile for details
Docker Hub: sweisgerber/android-sdk-ndk
docker pull sweisgerber/android-sdk-ndk:latest
ANDROID_SDK_MAX="27"
ANDROID_SDK_MIN="21"
ANDROID_BUILD_TOOLS="27.0.3"
ANDROID_SDK_FOLDER="/android-sdk"
ANDROID_HOME="/android-sdk"
ANDROID_NDK_HOME="/android-sdk/ndk-bundle"
docker build -t android-sdk-ndk .
docker run -i -t android-sdk-ndk