make a flutter project taking a long time in vs code and android studio

Viewed 156

recently I uninstalled all my android studio setup and then install the new version of android studio, but I face some problems when create the first project. it needs to take a loooong time and won't start. I have already tried all options such as making a project in CMD, vs code, and android studio but the result is the same, it won't start. anyone can help me with this problem, please?

1 Answers

Try

flutter clean

then load packages and run

Related