Home > OS >  Auto import does not work in Android Studio
Auto import does not work in Android Studio

Time:09-27

Auto import not working

auto import does not working imported it that is with any package installed and any files in project in android studio

this is flutter doctor

CodePudding user response:

This is often happened to me as well. What do I do usually are :

  • close the project via File -> Close Project
  • open file explorer (finder/explorer)
  • go to the project location, show hidden files,
  • Then delete the .idea folder
  • open the project again via Android Studio
  • finally everything works normal again

CodePudding user response:

Restarting my dart analysis after flutter pub get works for me.

First button

  • Related