Skip to content

F2X/android-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

android-sdk

Android SDK docker

## How to build an image with a specific sdk version?

docker build --pull --build-arg SDK_VERSION=${version} --build-arg ACCEPT_LICENSES=y -t gentilhommefx/android-sdk:${custom-tag} .

How to customize installed packages?

docker build --pull --build-arg FILTERED_PACKAGES=${packages} --build-arg ACCEPT_LICENSES=y -t gentilhommefx/android-sdk:${custom-tag} .

Where ${packages} is a comma separated list of features, e.g. tool,platform-tool,android-24. It cannot be used at the same time than --build-arg SDK_VERSION=${version}.

About

Android SDK docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages