wa-avd-docker icon indicating copy to clipboard operation
wa-avd-docker copied to clipboard

A Docker image based on Ubuntu Desktop with VNC and noVNC access, that runs a lightweight Android Virtual Device with WhatsApp pre-installed.

Results 7 wa-avd-docker issues
Sort by recently updated
recently updated
newest added

This would be very great. Do you have any ideas on how to implement this? I assume you'll use ffmpeg? I could try to look at this

You can't run a VM-accelerated emulator inside another VM, such as a VM hosted by VirtualBox, VMWare, or Docker. You must run a VM-accelerated emulator directly on your host computer....

Looks like I'm getting some errors while trying to run this the first time: ``` Successfully built 86a4cf5d8020 Successfully tagged vm:latest Starting docker-android-avd_vm_1 ... done Attaching to docker-android-avd_vm_1 vm_1 |...

The emulator crashes whenever I click on any button from the toolbar with the following error: `[624:624:0304/225720.277559:ERROR:zygote_host_impl_linux.cc(89)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.` Toolbar image for...

I just did 1. git clone 2. docker-compose up -d 3. connected via http://localhost:6080 with credentials root/secret 4. I can see desktop(empty) -> Opened LXTerminal 5. /app/entrypoint.sh Seems can't create...

Hi guys, I'm running the docker-compose on Debian 9, and although the virtual environment does start, the android emulator doesn't. I tried to run the command suggested in the Code...

Hello, i tried to start the emulator, but nothings happens. Tried the Command: `${ANDROID_HOME}/tools/emulator @Pixel -gpu off` and `@Pixel -gpu off` in the directory, but that didnt work. Any idea?...