skip to Main Content

Yesterday I have Updated my android studio, since then auto completion and error detection is not working.

2

Answers


  1. Try resetting Android Studio settings. Close Android Studio, locate and delete this folder (copy to another location before deleting, so you can return to it if something goes wrong).

    C:Users<Your User>AppDataRoamingGoogleAndroidStudio< version >

    This should reset your Android Studio settings to default. Now check if auto-complete and error detection works or not.

    Login or Signup to reply.
  2. First close Android Studio.

    On mac just go to ~/Library/Application Support/Google/

    And delete all the AndroidStudio< version > folders, after this you will see the errors.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search