Flutter App stuck at “Running Gradle task 'assembleDebug'… ”

后端 未结 30 3612
你的背包
你的背包 2020-12-08 18:28

When I run the app it get stuck

Launching lib\\main.dart on Lenovo A319 in debug mode...
Running Gradle task \'assembleDebug\'...
(This is taking an unexpec         


        
30条回答
  •  生来不讨喜
    2020-12-08 18:45

    I stumbled on this problem when I was running my app without debugging it. Theres two option

    1. Start Debugging
    2. Run without Debugging

    I was doing the second option the whole time which got me stuck in that running graddle loop. I fixed my problem with the first option.

提交回复
热议问题