Skip to content

Yet another Docker container with Android SDK and Android emulator

License

Notifications You must be signed in to change notification settings

mdholloway/android-emulator-debian

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

android-emulator-debian

$ docker pull mdholloway/android-emulator-debian:latest
$ cd <project root>
$ docker run --privileged -d -P -v `pwd`:/workspace --name android mdholloway/android-emulator-debian
$ docker exec android <your commands here>

About

Yet another Docker container with Android SDK and Android emulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 58.8%
  • Shell 41.2%