2

I can not find any solution for this error when starting virtual device. There are some similar topics here, I know, but it seems that none of them solves my issue.

I tried:

enter image description here

Ultimo_m
  • 4,724
  • 4
  • 38
  • 60
rozerro
  • 5,787
  • 9
  • 46
  • 94

2 Answers2

0

For me extending my path helped.

%ANDROID_SDK%\emulator
%ANDROID_SDK%\platform-tools
%ANDROID_SDK%\tools
%ANDROID_SDK%\tools\bin

See https://stackoverflow.com/a/54030970/16364154

-1

I just did this today
1>First of all disable fast restart from here
2>Then enable VT-x from here
3>Third go to your antivirus. If AVG, open the menu options and click quarantine.Else see where to find quaratine chestbox for your antivirus And then there should be something whose file name will be adb.exe. Yes, even if it it shows in the platform tools, there will be a file with file location Idead or something like that and restore it
4>Then go to your android studio and go to file in the top left corner. Click invalidate/caches and then Invalidate and Restart. Then try.
5> Also go to the sdk manager and update everything that isn't updated.
6>Should work\

If this does not work, just comment it and I will find a new way

Siddharth Agrawal
  • 2,960
  • 3
  • 16
  • 37