Initializing Gradle is taking forever on android studio for Flutter project

前端 未结 7 2277
遇见更好的自我
遇见更好的自我 2021-01-03 22:16

I\'m trying to run a hello world flutter app for the first time on my device, but when I hit run on android studio, it shows initilizing gradle, and it stays like that for m

7条回答
  •  独厮守ぢ
    2021-01-03 23:17

    try to making use of flutter run -v which will basically giving the info which is running in background.

提交回复
热议问题