Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android emulator fails to start

I searched google this morning and could not find an answer, so I would like folks on stackoverflow to help.

Until yesterday, everything was perfect, when I ran my android app from eclipse the emulator used to load, and I could test everything.

I used it today and the emulator does not load.

Here is the dump from the console

[2010-12-02 10:39:42 - HomeScreen] ------------------------------
[2010-12-02 10:39:42 - HomeScreen] Android Launch!
[2010-12-02 10:39:42 - HomeScreen] adb is running normally.
[2010-12-02 10:39:42 - HomeScreen] Performing com.Dyforms.XMLGui activity launch
[2010-12-02 10:39:42 - HomeScreen] Automatic Target Mode: launching new emulator with compatible AVD 'newAVD'
[2010-12-02 10:39:42 - HomeScreen] Launching a new emulator with Virtual Device 'newAVD'

I can see emulator.exe available in the task manager, but I do not see it launched.

Can you guys guide me what could be wrong?

Rupin

like image 875
Rupin Avatar asked Dec 02 '10 05:12

Rupin


People also ask

Why is my Android Emulator not working?

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 get my Android Emulator to work?

Run your app on the emulator After you have created an Android Virtual Device (AVD), you can start the Android Emulator and run an app in your project: In the toolbar, select the AVD that you want to run your app on from the target device drop-down menu. Click Run.

How do I fix error waiting for device could not start AVD?

If it is the issue, open the terminal in Android Studio and run sudo chmod 777 /dev/kvm and it will solve your problem. Better solution is change the ownership of /dev/kvm from root to the owner of current app by running the command sudo chown -R "your account name" /dev/kvm .


1 Answers

A restart of the machine did the trick..It works fine now

like image 147
Rupin Avatar answered Oct 26 '22 15:10

Rupin