Skip to content

0megam/android-emulator-debian

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 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>

Notes

  • Uses Debian Jessie
  • Includes only SDK platform levels 24 & 25
  • Includes only the API 24 armeabi-v7a system image

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

  • Shell 54.0%
  • Makefile 46.0%