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

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

    I solved this issue but I would like mention few things. 1. My Fresh Installation was stuck at Installing APK... 2. Same issue on Device as well as in Emulator

    I realized that this issue is not device-specific for me. that's why I started looking for solutions.

    Solution I tried 1. Flutter Upgrade ( Using Fresh Copy from Flutter.dev) Didn't Solve my Issue 2. Android SDK (Using Fresh Android SDK) Didn't Solve my Issue

    Luckily, I found an article that explained you need to keep a few directories out from realtime scanning. I was using FREE-Antivirus

    I just tried to Uninstall that and Re-started my machine.

    Guess What? Issue Solved :)

提交回复
热议问题