├── LICENSE ├── README.md ├── android-16 ├── Dockerfile └── README.md ├── android-17 ├── Dockerfile └── README.md ├── android-18 ├── Dockerfile └── README.md ├── android-19 ├── Dockerfile └── README.md ├── android-21 ├── Dockerfile └── README.md ├── android-22 ├── Dockerfile └── README.md ├── android-23 ├── Dockerfile └── README.md └── android-base ├── Dockerfile ├── README.md └── start.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softsam/docker-android-emulator/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softsam/docker-android-emulator/HEAD/README.md -------------------------------------------------------------------------------- /android-16/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softsam/docker-android-emulator/HEAD/android-16/Dockerfile -------------------------------------------------------------------------------- /android-16/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softsam/docker-android-emulator/HEAD/android-16/README.md -------------------------------------------------------------------------------- /android-17/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softsam/docker-android-emulator/HEAD/android-17/Dockerfile -------------------------------------------------------------------------------- /android-17/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softsam/docker-android-emulator/HEAD/android-17/README.md -------------------------------------------------------------------------------- /android-18/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softsam/docker-android-emulator/HEAD/android-18/Dockerfile -------------------------------------------------------------------------------- /android-18/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softsam/docker-android-emulator/HEAD/android-18/README.md -------------------------------------------------------------------------------- /android-19/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softsam/docker-android-emulator/HEAD/android-19/Dockerfile -------------------------------------------------------------------------------- /android-19/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softsam/docker-android-emulator/HEAD/android-19/README.md -------------------------------------------------------------------------------- /android-21/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softsam/docker-android-emulator/HEAD/android-21/Dockerfile -------------------------------------------------------------------------------- /android-21/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softsam/docker-android-emulator/HEAD/android-21/README.md -------------------------------------------------------------------------------- /android-22/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softsam/docker-android-emulator/HEAD/android-22/Dockerfile -------------------------------------------------------------------------------- /android-22/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softsam/docker-android-emulator/HEAD/android-22/README.md -------------------------------------------------------------------------------- /android-23/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softsam/docker-android-emulator/HEAD/android-23/Dockerfile -------------------------------------------------------------------------------- /android-23/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softsam/docker-android-emulator/HEAD/android-23/README.md -------------------------------------------------------------------------------- /android-base/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softsam/docker-android-emulator/HEAD/android-base/Dockerfile -------------------------------------------------------------------------------- /android-base/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softsam/docker-android-emulator/HEAD/android-base/README.md -------------------------------------------------------------------------------- /android-base/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/softsam/docker-android-emulator/HEAD/android-base/start.sh --------------------------------------------------------------------------------