2

I am trying to start emuator with Android 12 and facing issue.Attached is the screenshot for error. I checked this questions answer's and tried adding

In C:\Users\<your_name>\.android add file advancedFeatures.ini 

Vulkan = off  
GLDirectMen = on

I also added amdvlk64.dll file into the C:\Windows\System32 folder but that also didn't helpedenter image description here]1

Android Developer
  • 9,157
  • 18
  • 82
  • 139
  • If you're still dealing with this, what happens if you run `emulator -debug-init -avd avd-name` directly? I'm not sure how you launch emulator.exe on Windows (probably as simple as opening a cmd window in `Android\Sdk\Emulator`), but once you've figured that out, `emulator -list-avds` is the simplest way to get the transformed AVD name (which replaces spaces with dashes) to use at the commandline. What debug output do you get? Pasting the whole thing would probably be most useful, the presumably-approximate location data seems to be the only sensitive info in it. – i336_ Nov 12 '21 at 11:53
  • what's your processor? – iamanbansal Nov 12 '21 at 19:08
  • @iamanbansal computer processor:- CPU Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz – Android Developer Nov 13 '21 at 08:54
  • You can not run ARM64 emulator on x86 processor (i5). Use x86 emulator – iamanbansal Nov 13 '21 at 08:56
  • It seems like that error log continues on. Could you post the entire error? – Abob Nov 13 '21 at 22:47

0 Answers0