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

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

    I had this problem after I changed the package name. I fixed it by using this guide

    In my case I did not have the java files as described in the article but did need to change the kotlin path similarly to the java path described.

提交回复
热议问题