Hello,
I’m trying to launch the Android Emulator using the android docker image.
The reason why I’m using docker instead of regular android image, is the IP ranges features.
I need to whitelist specific IPs to access our infrastructure.
However, if I run Android Emulator on docker image, I get the following:
INFO: Your CPU does not support KVM extensions
KVM acceleration can NOT be used
Is there a way to launch the Emulator on the docker to run the UI tests or at least use specific IPs for the regular image?