Android Stuck on Loading in Android Studio

Viewed 589

I am facing a problem in my flutter project. Actually when I navigate to android from dropdown, It stuck on "Loading".

Please tell me how to solve it

2 Answers

Hurray!! I solved it myself (feeling proud)

Actually you have to open gradle-wrapper.properties and click on "open for editing in android studio" and it will start downloading some files from internet

Once downloaded and synced. Restart Android studio and problem will be solved

please comment if you need any help

Had the same problem

My issue was my project was stuck in safe mode. I navigated, using the project files tab, to the manifest file. Once opened, a banner came on that indicated 'Trust this project' and 'Stay in Safe Mode'. I simply selected 'Trust this project', it synced an all was well. Went back to the projects tab and from the dropdown list I selected android.

Hope this helps someone. Kept my head buzzing for a while

Related