Skip to content

Latest commit

 

History

62 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Android docker image

An image that lets us build android apps with docker using gitlab-ci

Build command

docker build -t smartaid/android .

Build an app

docker run -ti --rm --volume=$(pwd):/srv -w /srv smartaid/android ./gradlew assembleRelease

Credit

Borrowed a few ideas from jacekmarchwicki/android

Finding new packages

I use this command to list the available packages

sdkmanager --list

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages