VSCode hot reload for Flutter does not work

后端 未结 14 1168
野性不改
野性不改 2021-01-11 11:50

I\'m on VSCode right now working on my flutter application when hot reload just stops working, right in the middle of my development. I have absolutely no idea why this happ

14条回答
  •  一生所求
    2021-01-11 12:33

    with VS Code(v1.44.1), Android Studio(v3.6.2), Flutter v1.12.13+hotfix.9 on Linux

    Android studio > at Startup window > configure > AVD manager > run one virtual device > confirm VS Code(v1.44.1) has your running virtual device shown in lower right corner

    VS Code > Run(at top, next to Help) > Start debugging(F5) or Start without debugging(Ctrl + F5)

    Save your Flutter code in VS Code Then the emulator should be triggered for hot reload

提交回复
热议问题