Android Studio “Unable to save plugin settings”

后端 未结 14 2401
甜味超标
甜味超标 2020-12-05 04:13

When I opened android studio today, it showed me the following errors: \"Error

14条回答
  •  春和景丽
    2020-12-05 04:45

    If you are getting "Unable to save plugin settings" or "unable to save settings" Error window,

    and you have tried all of the other solutions listed here, but they don't work for you, try the following:

    1. Invalidate Cache: but don't select restart yet, select just "invalidate".
    2. Close project and then exit Studio
    3. If you have a previous backup of your Settings folder, restore it now. If not, you will need to Delete your settings folder. For example, in Windows:

    / < USER_HOME_DIR >/.AndroidStudioPreview3.2

    or on Mac :

    /Users//Library/Preferences/.AndroidStudioPreview3.2
    
    1. Delete the .idea folder for your project
    2. Re-launch Android studio, but this time select import project

    Android Studio will re-index your project, but now the error will be gone. After Android Studio has completed a Gradle Sync, it's probably a good idea to also make a backup of the settings folder

提交回复
热议问题