google / android-emulator-container-scripts

1.87k stars 261 forks source link

Incorrect guide on enabling the Nested Virtualization in Azure #285

Open bhargavmodi opened 2 years ago

bhargavmodi commented 2 years ago

The README.md file provides following link as part of the requirement to enable the nested virtualization in Azure: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/nested-virtualization

Though this Azure link provides details on nested virtualization, but it is incorrect for the android emulator:

Requesting update the README.md with proper documentation on how to run android emulator in Azure.

pokowaka commented 2 years ago

Hi, I'm far from a windows expert. Would you be willing to create a pull request with the proper documentation?

bhargavmodi commented 2 years ago

Hi, I'm far from a windows expert. Would you be willing to create a pull request with the proper documentation?

Hi @pokowaka I'm also learning. I found below option from AKS (Azure kubernetes Service) team to run Android Emulator. https://docs.microsoft.com/en-us/azure/devops/pipelines/ecosystems/android?view=azure-devops

For this Azure pipeline, it requires the macOS agent. Hence, I guess it is not based on the android emulator container. Here is the issue link I raised on Azure: https://github.com/Azure/AKS/issues/2628