Hello @Mogu
Thanks for sharing your question on Microsoft Q&A.
According to my understanding, you are unable to run Android Simulator on your Windows 2016 due to an OpenGL Version Error.
OpenGL (Open Graphics Library) is an API used for rendering 2D and 3D Vector graphics. When OpenGL is used with remote desktops, errors can occur due to the difference in its working in comparison to hardware mode.
Following are some steps you can try out to troubleshoot this issue:
- Open CMD as an administrator and type
sfc /scannow
This scans the system using System File Checker. After the command is run, restart your computer and check if the error still shows up. - Alternatively, you can install the latest version of the Graphics driver depending on the card manufacturer (NVIDIA, AMD, etc.). Go to their official site and install the latest driver and this should update the OpenGL on your computer.
- If you have been facing this issue on this VM since the beginning of the time, it could be possible that the VM SKU isn't supporting it. Please do share the VM Size in case the issue persists after following the previous 2 steps.
Please reach out to me if you have further queries.
Do click ACCEPT ANSWER
and UPVOTE
if the information provided helps you so that others from the community can benefit from it as well.