android-avd icon indicating copy to clipboard operation
android-avd copied to clipboard

Headless Android x86 emulator ready for automated instrumentation testing.

Results 6 android-avd issues
Sort by recently updated
recently updated
newest added

Hi. I got unexpected EOF when I try pull image:latest ` Pulling from thedrhax/android-avd 9cc2ad81d40d: Pull complete e6cb98e32a52: Pull complete ae1b8d879bad: Pull complete 42cfa3699b05: Pull complete 8d27062ef0ea: Pull complete 9b91647396e3:...

In [entrypoint.sh](https://github.com/thedrhax-dockerfiles/android-avd/blob/master/container/entrypoint.sh), the second command assumes that the `NAME` environment variable is `Docker` by piping the config option to `Docker.avd`

I'm looking to use this container image for more "permanent" docker-based android VMs, I can see i can do that by doing the following; 1. convert `docker run` command into...

Hello, I was follow most steps listed here but it seems below command is not working for me. docker run -it --rm --device /dev/kvm -p 5554:5554 -p 5555:5555 thedrhax/android-avd I...

Hi, while trying your image `docker run -it --device /dev/kvm -p 5554:5554 -p 5555:5555 thedrhax/android-avd` I used the `docker exec` command to get the UUID of the device but _ADB_...

Hi, Thks for your work. I'm currently trying it and I would like to get the UDID of the emulated device but the command `$ ls -l /dev/disk/by-uuid` doesn't work...