docker-android
docker-android copied to clipboard
mobile phone interface cannot be displayed
Hi guys. Please help me with this problem. after successfully launching the android container, I go to the browser and see this .How do I start the androId environment ? I found similar questions in https://gitter.im/budtmo/docker-android but I didn't find an answer .
Your OS may not support virtualization, if you are running on Linux, validate with
sudo apt install cpu-checker
kvm-ok
On Windows, I believe you have to run Ubuntu in a virtual machine, then run the container from this virtual machine. Your problem is probably the same than this issue #184 . It will not work since it does not seems to support nested virtualization yet (see 4193).
I ran into similar situration/issue with ubuntu. I can solve it by adding the user account into kvm group.
What about mac os ? as far as i know the virtualization enabled by default
I have same problem under Ubuntu 20.04.
kvm-ok
shows
INFO: /dev/kvm exists
KVM acceleration can be used
@rekcuFniarB If you are using docker desktop on ubuntu delete it and use directly docker engine. It seems like docker desktop doesn't support nested virtualisation.
@rekcuFniarB If you are using docker desktop on ubuntu delete it and use directly docker engine. It seems like docker desktop doesn't support nested virtualisation.
Thanks. No, I didn't use docker desktop.