Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1017 Bytes

README.md

File metadata and controls

45 lines (32 loc) · 1017 Bytes

android-sdk-ndk

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

More Information

Contains:

  • SDK API-Levels 21-27
  • NDK & cmake
  • Build, Platform & General Tools
  • constraint-layout
  • sets PATH &environment variables

See Dockerfile for details

docker pull sweisgerber/android-sdk-ndk:latest

ENVIRONMENT Variables

  • 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"

Build instructions

docker build -t android-sdk-ndk .

Run instructions

docker run -i -t android-sdk-ndk