Initializing Gradle is taking forever on android studio for Flutter project

前端 未结 7 2276
遇见更好的自我
遇见更好的自我 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.

    0 讨论(0)
提交回复
热议问题