I have access to a Virtual Machine in my office's network through RDP. I am trying to setup my Android Project on that, but unfortunately the android emulator does not start on that VM. It shuts down with the following error in the Android Studio console:
Could not initialize emulator framebuffer ERROR: Could not create renderer: Couldn't find matching render driver
I searched the internet and found that it has something to do with OpenGL. RDP does not support OpenGL 2.0 which is required by the emulator. I also tried to use Genymotion but it also failed with the error related to OpenGL.
So is there any work around or any other solution/alternative to start the emulator on a RDP?