Skip to content

sweisgerber-dev/android-sdk-ndk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker image for building android apps with the NDK & SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published