When I am trying to open my flutter project in Android Studio
Android Project screen is automatically opened with blank screen and when i a rebuild project it will automatically increasing with same project/blank screen
When I am trying to open my flutter project in Android Studio
Android Project screen is automatically opened with blank screen and when i a rebuild project it will automatically increasing with same project/blank screen
I found a alternative solution!
Just delete the .androidstudio from your user folder and create it all again (you need to install all plugins and configs again)
I had the same problem as you and I solved it by following this answer and installing from scratch android studio, of course do not delete your folder with the projects.
copy installed plugins from
Goto C:\Users\UserName.AndroidStudio\config move plugins folder somewhere
then delete .AndroidStudio folder
Start Android Studio do not import your after Android Studio Start close it
then paste your plugins folder to
C:\Users\UserName.AndroidStudio\config
Start Android Studio and use :)