skip to Main Content

When I try to launch my emulator it display an error that says: "Emulator is already running", but my emulator isn’t running. So it also say: "
If that is not the case, delete the files at
C:UsersMYUSER.androidavd/Pixel_4_API_30.avd/*.lock"
But I can’t find this directory.
Anyone can help me?

2

Answers


  1. This error occurs when your emulator didn’t shutdown properly while running emulator it create .lock extension for running your emulator just go to your avd location in your system

    C:Usersbizap.androidavdPixel_3a_API_30_Nitin_.avd (this is my avd location) and from here delete .lock extension file after that try to re run your emulator.. it will work for location.

    Open your adv manager after opening you will see your emulator on the right side of emulator you will find green drop down arrow after click on that arrow pop up menu open and then select show on disk option when you click on show on disk it will redirect you to avd location.

    Login or Signup to reply.
  2. To solve this you need first to delete the *.lock folder that has a path printed to you in your running log.

    Then, cold boot for the device:

    1. Go to AVD Manager

    enter image description here

    1. Press on "Cold Boot Now"

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search