Open heroding77 opened 1 month ago
Hi! While there is no technical reason that windows would not work, we have not tested it so cannot confirm.
As an aside, In the future we are planning on releasing a docker version, which will help with cross platform compatibility.
Hi. I can run this project with WSL2. You need to enable the nested virtualization in WSL. Check this link. https://serverfault.com/questions/1043441/how-to-run-kvm-nested-in-wsl2-or-vmware However, I feel that the speed of the emulator is slow.
Hi. I can run this project with WSL2. You need to enable the nested virtualization in WSL. Check this link. https://serverfault.com/questions/1043441/how-to-run-kvm-nested-in-wsl2-or-vmware However, I feel that the speed of the emulator is slow.
Hello, I am also using WSL2 to run this project. Could you please let me know if your AVD is running in the Windows environment? Additionally, what is your protobuf version? I encountered an ImportError: cannot import name 'runtime_version' from 'google.protobuf' issue and was wondering if you have experienced this as well.
@xieck13 AVD is running in the WSL2. The version of protobuff is 4.25.4. I hope you succeed in running the environment.
@xieck13 AVD is running in the WSL2. The version of protobuff is 4.25.4. I hope you succeed in running the environment.
Thank you for your reply, it was very helpful~
Hi, I am a bit new to all this nested virtualization stuff. I have run the emulator using WSL and am also running the the code using WSL. I am not sure what exactly are the steps to get this to run on Windows. Any help on this would be useful. I followed the steps in the link you shared. Add all the nested kernel/virtualization stuff, however the final command cat /sys/module/kvm_intel/parameters/nested
returns "N".
Do u have any references on how you got this to work on Windows (without a VMWare)
I noticed that only Linux and macOS environments are supported in the later steps of the installation process. Could you kindly confirm whether this project does not support the Windows environment?