docker-android icon indicating copy to clipboard operation
docker-android copied to clipboard

mobile phone interface cannot be displayed

Open tailname opened this issue 3 years ago • 6 comments

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 .

Снимок

tailname avatar Apr 10 '21 14:04 tailname

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).

aurnoi1 avatar Jun 22 '21 19:06 aurnoi1

I ran into similar situration/issue with ubuntu. I can solve it by adding the user account into kvm group.

louiscklaw avatar Jan 15 '22 12:01 louiscklaw

What about mac os ? as far as i know the virtualization enabled by default

tariqharis avatar Mar 25 '22 10:03 tariqharis

I have same problem under Ubuntu 20.04. kvm-ok shows

INFO: /dev/kvm exists
KVM acceleration can be used

rekcuFniarB avatar Apr 03 '22 18:04 rekcuFniarB

@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.

saadichouaib avatar Mar 14 '23 14:03 saadichouaib

@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.

rekcuFniarB avatar Mar 19 '23 16:03 rekcuFniarB