Skip to content
Go back

How to Fix Android Emulator Exit Code -1073741515 (0xC0000135) on Windows

If you’re trying to run the Android Emulator on Windows and see this error:

android-emulator-exit-code-1073741515-fix

Here’s the quick fix:

1. Install Microsoft Visual C++ Redistributable

2. Try the Emulator Again

After installing, open Android Studio and start your emulator. It should work now!


Why does this happen?
The Android Emulator needs some Windows system files that come with the Visual C++ Redistributable. If they’re missing, the emulator can’t start.


Share this post on:

Previous Post
How to Visualize Dagger Dependency Graphs in Android with Scabbard