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

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

    It is also happenning caused by flutter plugins that doesn't support android api 28.

    In my case it caused by this plugin https://pub.dev/packages/connectivity

提交回复
热议问题