Run Android emulator with API 19
Running the emulator for Android 19:
docker run -d --name android softsam/android-19
The emulator exposes the port 5555 of ADB, and can be used by any other container (or the host). The emulator also exposes the port 5900, and you can connect to it with a VNC client on localhost if you run the following command:
docker run -d -p 5900:5900 --name android softsam/android-19
Content type
Image
Digest
sha256:cbb620f33…
Size
836.2 MB
Last updated
about 11 years ago
docker pull softsam/android-19