docker-android
docker-android copied to clipboard
Android in docker solution with noVNC supported and video recording
**Steps:** Use `butomo1989/docker-android-x86-7.0` image Start container: `docker run --privileged -d -p 6096:6080 -e DEVICE="Samsung Galaxy S6" --name android-container2 butomo1989/docker-android-x86-7.0` Go to VNC, open terminal inside container and check screen info...
**Note:** Swarm nodes each have 19GB of memory **Summary:** When running on a Docker Swarm the container cannot get healthy. The container starts it becomes unhealthy, gets killed then a...
**Please make sure that it is an issue / a feature request. If it is a question / help wanted, please visit [our group chat](https://gitter.im/butomo1989/docker-android). Thank you!** Operating System: Ubuntu...
When attempting to play videos on youtube the exoplayer crashes because it fails to initialize AudioTrack. The youtube app does not crash but it doesnt play the video either. Similar...
Hi. Is there an easy way to show current time in the recorded video? The emulator shows the hour and minute clock, but I want to see the seconds.
``` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 1a8f82552161 butomo1989/docker-android-arm-5.0.1 "/bin/sh -c '/usr/..." 6 minutes ago Up 6 minutes (healthy) 0.0.0.0:5554-5555->5554-5555/tcp, 4723/tcp, 0.0.0.0:6080->6080/tcp android-container_1 ``` `adb connect 192.168.2.48:5555 `...
## 💬 Questions and Help Is there instructions how can we use custom Android builds for the project? for example, how to use build from AOSP or any other custom...
## 🚀 Feature Request Hi! I think a few more things should be pointed in quickstart guide: 1. Even if your system passes kvm-ok test, before running emulator you should...
installed last AR Core on running emulator from https://github.com/google-ar/arcore-android-sdk/releases. But get "This device does not support AR" popup when trying to start AR session 