HypocrisyLord
HypocrisyLord

Reputation: 1

Problem with running the emulator on Windows 10

I have recently installed the Android Studio (Android Studio Ladybug | 2024.2.1) for some learning and unfortunately I cannot start a virtual device there in the Device Manager.

PC spec:

Virtual device and Android Studio set up:

Erros in the logs (AppData/Local/Google/AndroidStudio/log - idea.log):

Any ideas what is the possible reason?

I tried a couple of quick fixes (delete, add again the device, update drivers, check that key elements in the SDK settings are installed, etc.) and no progress

P.S. It is not similar to Emulator in Android Studio doesn't start because emulator almost starts but then crushes at the end and that question was posted more than 10 years ago, I doubt any possible solutions from that time can help me now. I mentioned exact error logs and I am curious if someone can understand the reason behind it and not just general "it does not start"

Upvotes: 0

Views: 158

Answers (1)

Frank Santolin
Frank Santolin

Reputation: 21

I had a similar experience when I resumed working on my project on Android Studio after several months pause. I noticed that after upgrading to Android Studio Ladybug I could not start any of my virtual devices already setup in the Device Manager.

I tried many things, including deleting the devices, creating new ones, uninstalling Android Studio, reinstall SDK Tools, etc. but to no avail.

In my case I noticed that my graphics driver was updated recently. I am also using Windows 10.

I rolled back the driver to the previous version and now the emulator works again. The following is what I did:

  • Right-click on Start menu and then select Device Manager
  • In Device Manager select Display Adapters
  • Select the graphics card for your system
  • Open Properties
  • Select Driver tab
  • Click on Roll Back Driver

Not sure this is specific to my case as I have an older laptop, but perhaps you could give it a go if you think it could help?

Upvotes: 0

Related Questions