Search code examples
android-studioandroid-studio-4.0

Android Studio 4.0: Killing Emulator Process


When I try to start my virtual device it gets killed instantly. I tried to change the graphics mode to software but nothing changed. Maybe its important to know that I use an AMD processor and there for not Intel HAMX.

I saw a fix which said that you have to change a setting at

"Menu -> Android Studio -> Preferences -> Tools -> Emulator
Uncheck Launch in a tool window option."

But I can't find that Emulator option

Error Message


Solution

  • The issue is with windows C++ tools. Install those and the problem will be resolved. https://aka.ms/vs/16/release/VC_redist.x64.exe (or x86 version if needed). I tried everything else but this worked, thank you to Laxmi Chaitanya Kumar K. on Aug 5 '20 at 8:02