Martin
Martin

Reputation: 2914

Android Studio Dolphin: Unable to start emulators

I want to test out my app on newest Android 13 but after an update I cant start any emulators. I killed all zombie processes in task manager, restarted Android Studio and PC completely and still cant run it. Getting this error below:

enter image description here

Upvotes: 1

Views: 681

Answers (2)

AppDeveloper
AppDeveloper

Reputation: 18

Try this, from the option menu select:

Select show on Disk

File Explorer will open, from there delete files which have an extension of *.lock:

delete *.lock files

If there are no *.lock files, Open task manager and find the process qemu-system-x86_64.exe and end task.

Then try to start the emulator again, this time it should start.

Upvotes: 0

Muh. Andika Rusli
Muh. Andika Rusli

Reputation: 89

I've experienced something like that.. try to delete the emulator then delete the file in c:/user/android/avd/ then find the emulator file name then delete it..then recreate the emulator and try running it, hope it helps

Upvotes: 2

Related Questions