Android Studio Emulator Crashes

I recently experienced a situation where Android Studio’s emulator crashed when starting an app that performed basic graphics operations.

I started up Process Monitor to investigate the issue.

Windows 10 crashes when trying to run Android emulators I'm using Windows 10 Pro with latest update (OS Build 14393.693) I have been running both BlueStacks and Nox fine on both machines with the same Windows version. So your Android Studio is an Integrated Development Environment (IDE) for your Android development. So basically other code studios are consuming time. Where as Android studio developed for android development is easy to use and less time consuming. These are only some of the features so lets get a depth knowledge of features of Android Studio. Browse other questions tagged android-studio kotlin crash android-emulator or ask your own question. The Overflow Blog How writing can advance your career as a developer. Make sure your device or emulator is selected on the Android Studio device drop-down menu, and then hit the green play button to install the app like you usually do during debugging. Producing the Crash. Now let’s crash our example app. After the app is installed and running, add some shortcodes using the app UI. Android Emulator Causes Windows Crash and goes to BSOD: Hi, There is an issue with Android Emulator with Visual Studio 2019 as well as Android Studio, that whenever trying to open the emulator the windows crashes and enters BSOD Status: “clock watchdog timeout”. This issue has started after a patch update for windows KB4554354.

Tried recreating the situation, then stopped capturing events with: File -> Capture Events

Android Studio Emulator Crashes

Wanted to get an overview of the processes involved with: Tools -> Process Tree…

Right clicked studio64.exe and selected: Add process and children to Include filter

Android studio emulator crashes today

Android Studio Emulator Crashes Windows 10

Android studio emulator crashes mac

Noticed that emulator64-crash-service.exe left a memory dump under:

Android studio emulator crashes youtube

Examined the memory dump with WinDbg (x64).

Checked for details about the crash with:

Studio

Part of the result:

This indicated that the problem was related to graphics drivers and/or settings.

I did not have important data on the Android emulator, so I made it boot again by removing all data (including the auto-starting app, which crashed the emulator).

Did this in Android Virtual Device manager with the Wipe Data option.

When the emulator could start again I started looking for additional graphics settings.

Found some under Extended controls -> Settings section -> Advanced tab.

The default setting for OpenGL ES renderer (Autodetect based on host) seemed problematic on this system.

I experimented with the settings and discovered that SwiftShader worked well. Running graphics rendering apps with this setting no longer crashed the emulator.

The problem occurred on a desktop system with an Intel Skylake CPU (Core i7-6700) running Windows 7 using Intel HD Graphics 530 with driver version 21.20.16.4860.

Android Studio Emulator Freezes

Conclusion

If Android Studio’s emulator crashes when running graphics rendering apps, it may help changing the OpenGL ES renderer setting.