'gpu found. vendor id 10de device if 0x1f07 checking for bad AMD Vulkan driver version
Solution 1:[1]
First, create a new file named advancedFeatures.ini in C:\Users\your-log-in-id\.android. Add the following two lines in it and restart avd.
Vulkan = off
GLDirectMen = on
Solution 2:[2]
I'm in the same situation, and I was able to work around the problem by reverting to my previous version. It's very easy to do, you just go to:
Windows Update > View update history > Recovery options > Go Back to the previous version of Windows 10.
AGAIN, NOT A SOLUTION BUT A WORK AROUND MEANWHILE WE FIND THE SOLUTION.
The important thing to note here is that an update is actually important because there are a lot of security patches amongst other improvements in the OS, so it is in our best interest to actually find the solution to this and not leave this problem on the side.
Solution 3:[3]
I also got the same error. Just uninstall Android Studio first. Then check whether you have JDK in your machine with the correct Environment path setting, then again install Android Studio. For more detail watch this video and follow the steps
How to install JDK & Android studio on windows 10
After that follow Android Studio environment-setup
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Patrick |
| Solution 2 | dbc |
| Solution 3 | Shikha Dev |

