Android Studio : emulator is already running

前端 未结 27 2509
再見小時候
再見小時候 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:02

    Or you can type a command in terminal as

    1.killall Finder and then type,

    2.defaults write com.apple.Finder AppleShowAllFiles true it shows hidden .android folder

    Open .android folder and delete .android/avd/Nexus_5X_API_26.avd/*.lock file and now you run emulator it works fine.

提交回复
热议问题