Failed to launch emulator: Error: Emulator didn't connected within 60 seconds

前端 未结 13 1555
清歌不尽
清歌不尽 2020-12-31 03:19

Unable to debug using VSCode for flutter. I\'m using windows and I\'m trying to use a android emulator.

I have attempted to reinstall flutter, android SDK and VSCod

13条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-31 03:41

    I've added a user environment variable:

    • Name: ANDROID_HOME

    • Path: Your android folder path, personally it was D:\Android

    and restart.

    Hope it ll work for you.

提交回复
热议问题