android-emulator-container-scripts
android-emulator-container-scripts copied to clipboard
I am trying to reuse a snapshot created for an AVD in all the next spin ups of the emulator. Snapshot creation is going through fine and I could validate...
I have run into an issue with the setting up the camera in emulated mode in the Android Emulator container. I have tried to pass emulator params and also tried...
I've noticed that `adb shell screenrecord /sdcard/video.mp4` is not working as expected. File is still being produced, but it's very small and corrupted (won't play). I have not fully debug...
Is there a way to save data between container restarts? I didn't found any mention of it. I guess it should be as simple as add a volume to the...
Hey, Found an issue where the audio stops for the first connected client if a new client connects to the stream by for example opening the https://localhost in two different...
OS: ``` Operating System: Red Hat Enterprise Linux Server 7.3 (Maipo) CPE OS Name: cpe:/o:redhat:enterprise_linux:7.3:GA:server Kernel: Linux 3.10.0-957.5.1.el7.x86_64 ``` Issue: ```[17:41][user@rhel-vm][~/androidEmu/android-emulator-container-scripts]% source ./configure.sh running develop running egg_info writing requirements to...
Running under a Nested Virtualization environment. (Proxmox/qemu). [root@localhost ~]# lscpu | grep Virtualization Virtualization: VT-x Virtualization type: full [AndroidEmulation.txt](https://github.com/google/android-emulator-container-scripts/files/6507525/AndroidEmulation.txt)
I use `CentOS 7.9` with hardware spec `N3.8vCPU_32GB_100GB_SSD`. However, even though I enabled KVM and passed `devices: [/dev/kvm]` to the emulator, it is too slow to be used compared to...
I really enjoy working with the emulator-container-scripts. Though I recently made the experience, there is no possibility to disable the developer settings via adb with an Android M emulator. I...
How can I increase the storage space on the emulator? It looks like it only starts with about 4GB total and 500 MB free. Thanks!