Skip to content

🐳 Docker container containing all needed Android C/C++ build tools

License

Notifications You must be signed in to change notification settings

WNProject/DockerBuildAndroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Build Android

License CI

Docker container containing all needed Android C/C++ build tools. Each container will contain only one version of the Android SDK but will contain all additional libraries and build tools needed (Python 3, Ninja, etc).

Usage

There are 2 ways to use this container Interactive and Command mode.

Interactive

This will drop you into an interactive bash session.

docker run -it -v /src:/src build-android

Command

This will run the supplied command directly.

docker run -v /src:/src build-android [command]

Building

docker build . -t build-android --build-arg ANDROID_SDK_PLATFORM_VERSION=22 .

Currently only version 22 for the Android SDK platform is supported. Note that ANDROID_SDK_PLATFORM_VERSION defaults to 22 if not supplied.

About

🐳 Docker container containing all needed Android C/C++ build tools

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •