1

When I am trying to open my flutter project in Android Studio

Image

Android Project screen is automatically opened with blank screen and when i a rebuild project it will automatically increasing with same project/blank screen

Aamil Silawat
  • 7,735
  • 3
  • 19
  • 37

3 Answers3

1

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)

Donkaike
  • 496
  • 3
  • 5
0

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.

0

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 :)

Shamim Shaikh
  • 767
  • 8
  • 13