Flutter stuck at Installing build\app\outputs\apk\app.apk

后端 未结 30 1923
盖世英雄少女心
盖世英雄少女心 2020-12-08 13:21

when I run

$ flutter run

I\'m getting a prompt on my mobile device asking if I want to install the app on my device. I give yes, then nothing

30条回答
  •  [愿得一人]
    2020-12-08 14:13

    Running flutter clean solved this issue for me using an emulator.

    I wiped the emulator data, deleted my emulator, and created a new one, none of that worked. flutter clean worked though.

提交回复
热议问题