When I try to launch the virtual device on Android Studio, I get the following error:
"C:\Users\Kill me\AppData\Local\Android\sdk\tools\emulator.exe" -netdelay none -netspeed full -avd ApukaPappu
could not get wglGetExtensionsStringARB
Creating filesystem with parameters:
Size: 69206016
could not get wglGetExtensionsStringARB
Block size: 4096
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
Blocks per group: 32768
Inodes per group: 4224
could not get wglGetExtensionsStringARB
Inode size: 256
could not get wglGetExtensionsStringARB
Journal blocks: 1024
could not get wglGetExtensionsStringARB
Label:
could not get wglGetExtensionsStringARB
getGLES1ExtensionString: Could not find GLES 1.x config!
Blocks: 16896
Failed to obtain GLES 1.x extensions string!
Block groups: 1
Could not initialize emulated framebuffer
Reserved block group size: 7
Created filesystem with 11/4224 inodes and 1302/16896 blocks
emulator: ERROR: Could not initialize OpenglES emulation, use '-gpu off' to disable it.
How can I fix it? P.S: I'm new to Android don't have much clue about anything.