Jacob Carlquist
Jacob Carlquist

Reputation: 49

Android Studio, Cannot run Emulator

Whenever i try to run an emulator i get :

16:35   Gradle build finished in 58 s 596 ms

16:35   Emulator: Screenshot failed to find cb 0

16:35   Emulator: Process finished with exit code 0

I have tried re-installing AS twice and ran on several different virtual devices and APIs.

Upvotes: 3

Views: 10398

Answers (3)

Arfan Mirza
Arfan Mirza

Reputation: 696

Disable Vanguard

sc config vgc start= disabled & sc config vgk start= disabled

Disable and stop Vanguard

sc config vgc start= disabled & sc config vgk start= disabled & net stop vgc & net stop vgk & taskkill /IM vgtray.exe

Enable Vanguard

sc config vgc start= demand & sc config vgk start= system

Enable Vanguard and restart your computer

sc config vgc start= demand & sc config vgk start= system & shutdown /r /f /t 00

Upvotes: 0

Gustavo Coutinho
Gustavo Coutinho

Reputation: 21

in my case i didn't have to uninstall the vanguard anti cheat, i just install another AVD with another android version (android 10 in my case) and that's it. or you can just run the app in your smartphone. Let me know if that helped"

Upvotes: 1

baltarifcan
baltarifcan

Reputation: 166

Do you have Valorant installed?

If so try disabling vanguard anti-cheat with elevated cmd;

sc config vgc start= disabled

And restart your PC after that Disabling the anticheat will probably block you from playing the game so you can enable it again with

sc config vgc start= system

Upvotes: 9

Related Questions