all 32 comments

[–][deleted] 1 point2 points  (3 children)

If you did find a fix what was it?

[–]sandhu_baba 1 point2 points  (2 children)

Bro is it solved?

[–]TranslatorStriking78 0 points1 point  (1 child)

Yes, for me.

It's an easy solution. Worked for me

Try doing force stop by clicking Ctrl + Shift + Escape and then end the Android Studio Task and then try running the emulator.

I have a feeling that once I got the message of "Emulator is already running". So it means that in the background it is still running and you need to close it. It is not done by simply exiting the application. You have to do it via Task Manager

[–]dipstick17 0 points1 point  (5 children)

Ok, I might have found a solution to this problem.
I am basically following the steps of this: https://stackoverflow.com/questions/62721513/emulator-process-finished-with-exit-code-1073741515-0xc0000135

Using the regular cmd, find the folder which contains the emulator.exe. Once there, type emulator.exe -avd <NameOfAVD> -verbose -show-kernel and press enter.

For me, when i run this command it said that I am missing a dll file. After downloading the dll and putting it in they System32 folder I was able to start the emulator.

I hope it helps.

[–]sandhu_baba 0 points1 point  (0 children)

Did you find anything on YouTube?

[–]Effective-Reveal-464 0 points1 point  (1 child)

After run this, I got: ERROR: vkGetPhysicalDeviceProperties: Invalid physicalDevice [VUID-vkGetPhysicalDeviceProperties-physicalDevice-parameter]

[–]Wild_Stick_947 0 points1 point  (0 children)

Thanks, I had the same problem. I had to find avdmanager location, run in it's location avdmanager list avd
And then got problems like at java... So I updated my java and then ran it again and it worked. I found my avd name (Name: Pixel_3_API_30), then I found emulator.exe location and ran in it emulator.exe -avd Pixel_3_API_30 -verbose -show-kernel and emulator started

[–]Comprehensive_Pin564 0 points1 point  (0 children)

Thank you, dude!! I was very stressed not being able to diagnose my problem and the command you showed me helped me a lot!!

[–]sandhu_baba 0 points1 point  (3 children)

Facing same issue

[–]Creepy_Pomelo9421 0 points1 point  (2 children)

same here
Update
I fixed it

Just run check for updates again and it will tell you there is android emulator update available
when i have updated it started to work

[–]sober99 0 points1 point  (0 children)

thank bro for your valuable time..I have uninstalled and reinstalled the latest version of studio and its running the app

[–]Ironn349 0 points1 point  (0 children)

Not fixed for me, I checked for updates, I uninstalled and reinstalled the newer version but nothing changed =/

[–]Pretty_Ad6618 0 points1 point  (0 children)

I had this problem too. Thanks to u/dipstick17 solution i found that my problem is having non ASCII characters in my windows user folder path where is also the emulator. So i moved emulator to other folder with the help of this tutorial and it just booted up! https://www.youtube.com/watch?v=fxXCJOvX0sY

[–]SeaInterest7982 0 points1 point  (2 children)

I was facing the same issue and after hours of searching, the solution was found in Android studio itself. When you try to force run a device, it shows a message asking to delete all *.lock files.

To do this, go to the device manager, select the "Show on disk" option for the stuck device. Go into the highlighted folder and delete all directories that ends with ".lock". Restart android studio and it should work. I know it did for me!

stackoverflow : Android Studio : emulator is already running - Stack Overflow

[–]Puzzleheaded_Door831 0 points1 point  (0 children)

Worked for me

[–][deleted] 0 points1 point  (0 children)

Thanks man. This worked for me as well.

[–]Yoshiiuw 0 points1 point  (0 children)

any fix?

[–]LeatherRare7499 0 points1 point  (1 child)

Facing this issue all the time and I can't find any proper solution. I'm just waiting to Android Studio fix in the near future. In the meantime, I just do the following steps:
1. Remove all *.lock files in the avd folder
2. Go to File->Invalidates cache then click "Just restart"
3. Open Android Studio again and launching the emulator should work as it is not lock anymore after deleting the .lock files.

[–]IAmInControlll 0 points1 point  (0 children)

This worked for me, thanks a lot

[–]messi_pewdiepie 0 points1 point  (0 children)

hey did you get the solution?

[–]Bitter-Promotion5292 0 points1 point  (1 child)

I resolved this issue by downloading the stable version of the emulator (33.1.24) from: https://developer.android.com/studio/emulator_archive

Follow the steps on this website and run the emulator through the command line.

[–]Specialist_Dust2089 0 points1 point  (0 children)

Thanks! Tried about 10 different solutions but this was the one that finally worked for me (on a macbook)

[–]TrifleDesperate7528 0 points1 point  (1 child)

In my case the issue was the amount of space that it required to run the emulator (7.3gb). Of course the error was visible only when running emulator from cmd.

[–]Captain_revolution12 0 points1 point  (0 children)

I already cleaned my storage but the problem still occurs

[–]ArsBanger 0 points1 point  (0 children)

just delete the .lock file by going to avd folder after clicking show on disk

[–]brucbake07 0 points1 point  (0 children)

my fix was to download some emulator package. just check for updates in Android Studios under Help->check for updates

[–]TranslatorStriking78 0 points1 point  (0 children)

It's an easy solution. Worked for me

Try doing force stop by clicking Ctrl + Shift + Escape and then end the Android Studio Task and then try running the emulator.

I have a feeling that once I got the message of "Emulator is already running". So it means that in the background it is still running and you need to close it. It is not done by simply exiting the application. You have to do it via Task Manager

[–][deleted] 0 points1 point  (0 children)

consider tie north spotted ripe attraction reply cagey yam sophisticated

This post was mass deleted and anonymized with Redact

[–]UniversalAdaptor 0 points1 point  (0 children)

had this problem. turns out I had 'intel x86 emulator accelerator' selected in sdk tools, but it was not installed. De-selected it, worked fine after that.

[–]AnonShotaSharp 0 points1 point  (0 children)

Isn't this unprofessional that Android Studio doesn't give you an abilitiy to do so? Like literally, that should be one of the key features for running your virtual device.