android-emulator-container-scripts
android-emulator-container-scripts copied to clipboard
I would like to root device built with https://github.com/google/android-emulator-container-scripts/blob/master/run-in-script-example.sh I tried to use https://github.com/newbit1/rootAVD which uses https://github.com/topjohnwu/Magisk I needed to select proper `ramdisk.img` file for the device. I ran `emu-docker...
The base image for this container is `nvidia/opengl:1.2-glvnd-runtime-ubuntu20.04`. https://github.com/google/android-emulator-container-scripts/blob/94592e7dbb46d28ec46497c0bdd00c3a95afe1cc/emu/templates/Dockerfile.system_image#L22 NVIDIA relicensed this container image and imposed its own restrictive non-OSS license. https://gitlab.com/nvidia/container-images/opengl/-/commit/bb8e78b231c77921fdd7c65d88c4febd28a8adc6# As a result, Android image files generated by...
I ran into an error that I can't use emu-docker. ``` File "/home/user/android-emulator-container-scripts/venv/bin/emu-docker", line 10, in from importlib.metadata import distribution ModuleNotFoundError: No module named 'importlib.metadata' ``` I am using python...
The emu-docker create command failed with an error Failed to create container. I'm trying to run this command "emu-docker create emulator-linux_x64-7820599.zip x86_64-29_r12.zip". When I'm running this command with android 8/9...
`$sudo docker run -e "ADBKEY=$(cat ~/.android/adbkey)" --device /dev/kvm --publish 8554:8554/tcp --publish 5554:5554/tcp --publish 5555:5555/tcp us-docker.pkg.dev/android-emulator-268719/images/30-playstore-x64:30.1.2` Executing the above command, I got the following result: Keep restarting, but keep failing ```...
As per the requirement, the KVM must be available to run the emulator: https://github.com/google/android-emulator-container-scripts#requirements If you can update the README with more details on how to achieve this hardware requirement...
I have two servers A,B. Due to the network policy, B cannot be directly accessed through port 80 on the PC, but A can access all ports of B. And...
What is important to look out for that an image is compatible with docker? I have a custom android ROM that I would like to run with emulator container scripts....
Hi, 3 days ago, markupsafe publish a new release (https://markupsafe.palletsprojects.com/en/2.1.x/changes/#version-2-1-0) that adds a breaking change: `Remove soft_unicode, which was previously deprecated. Use soft_str instead.` Jinja2==2.11.1 (set in setup.py) depends on...
Its great to see Google officially support running the emulator in Docker containers! The big, public CI services like Travis, GitLab-CI, etc. do not provide KVM or privileged runners by...