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

后端 未结 30 1936
盖世英雄少女心
盖世英雄少女心 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:01

    I solved this by manually installing the apk file generated in the builds folder. After that running flutter run runs the app on my phone.

提交回复
热议问题