Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error Message: emulator-arm.exe has stopped working

I have been having issues running my first android app. Yesterday, i came close to running it but my happiness was dashed when i encountered this error:

emulator-arm.exe has stopped working 

What do i do? I want to run this 'Hello World'

My Console Display:

[2011-07-28 10:46:52 - HelloAndroid] Android Launch! [2011-07-28 10:46:52 - HelloAndroid] adb is running normally. [2011-07-28 10:46:52 - HelloAndroid] Performing com.bestvalue.hello.HelloAndroid activity launch [2011-07-28 10:46:52 - HelloAndroid] Automatic Target Mode: Preferred AVD 'my_avd' is not available. Launching new emulator. [2011-07-28 10:46:52 - HelloAndroid] Launching a new emulator with Virtual Device 'my_avd' [2011-07-28 10:47:13 - Emulator] emulator: emulator window was out of view and was recentred [2011-07-28 10:47:13 - Emulator]  [2011-07-28 10:47:14 - HelloAndroid] New emulator found: emulator-5554 [2011-07-28 10:47:14 - HelloAndroid] Waiting for HOME ('android.process.acore') to be launched... [2011-07-28 10:47:28 - HelloAndroid] emulator-5554 disconnected! Cancelling 'com.bestvalue.hello.HelloAndroid activity launch'! 
like image 613
Ogugua Belonwu Avatar asked Jul 28 '11 08:07

Ogugua Belonwu


People also ask

How do I fix emulator errors?

If the emulator fails to launch due to the error vulkan-1. dll cannot be found , you probably need to update the emulator. To update the emulator in Android Studio, go to Tools > SDK Manager and install the latest stable version of Android platform.

How do I fix Android Emulator not working?

If the Android Emulator does not start properly, this problem is often caused by problems with HAXM. HAXM issues are often the result of conflicts with other virtualization technologies, incorrect settings, or an out-of-date HAXM driver. Try reinstalling the HAXM driver, using the steps detailed in Installing HAXM.

How solve Android emulator closed because of internal error?

This error sometimes occurs because of out of date components like 'Android Emulator' or 'Android SDK Platform-Tools' components. Just update all pending updates, then Invalidate Caches & Restart, then try to create a new AVD.

Can Android Studio run on ARM?

Unfortunately, the architecture of the Linux container on an ARM-based Chromebook isn't compatible with Android Studio and many other Linux apps that run natively on x86 devices.


1 Answers

Change the resolution of the device and it should work. It didn't work for me when the resolution was 1280X800. I changed it to 800X600 and it worked fine.

like image 64
Mittal Patel Avatar answered Sep 20 '22 12:09

Mittal Patel