Android Studio : emulator is already running

前端 未结 27 2226
再見小時候
再見小時候 2021-02-01 12:28

I am trying to run emulator on my android studio 8.14. When I click run it says it is already running. Any help would be appreciated.

相关标签:
27条回答
  • 2021-02-01 13:13

    I restarted the computer and it worked for me!

    0 讨论(0)
  • 2021-02-01 13:15

    This working for me :

    Invalidate chaches/ restart

    Go to

    1 - File

    2 - Select Invalidate Cahes / Restart

    0 讨论(0)
  • 2021-02-01 13:15

    For Windows: Step By Step Instructions below:

    1. Locate the avd folder: *C:\Users\username\.android\avd*
    2. Try delete *lock and figure out the process holding the lock
    3. Ctrl+Shift+Esc to get to TaskManager
    4. Select Pid and Process name by right clicking on the header
    5. Get the PID number of the offending application
    6. on cmd type: taskkill /F /PID /PIDnumber
    7. Now go back to the avd folder & delete the *lock files. It will work.
    8. Restart Emulator
    0 讨论(0)
提交回复
热议问题