Plugin Error: required plugin “Android Support” is disabled

前端 未结 11 1699
小蘑菇
小蘑菇 2020-12-04 20:56

I have a plugin error in my logcat

   10:08:28 PM Plugin Error
        Problems found loading plugins:
        Plugin \"Google Analytics Uploader\" was not l         


        
相关标签:
11条回答
  • 2020-12-04 21:21
    • Open the file c:\users\username.AndroidStudio2.3\config\disabled_plugins.txt
    • delete the line "org.jetbrains.android"
    • restart Android Studio
    0 讨论(0)
  • 2020-12-04 21:21

    https://stackoverflow.com/a/40055520/1587329's solution also works in Linux:

    File--> Settings--> Plugins --> Enable Android Support

    Or just click Reset in the top right.

    0 讨论(0)
  • 2020-12-04 21:23

    I had the same issue and was unable to enable Android Support plugin. Then I disable Google Cloud plugins and Firebase plugins and then enable the Android Support plugin. After AS restart I was able to re enable Google Cloud and Firebase plugins.

    0 讨论(0)
  • 2020-12-04 21:25

    if you are installing on a PC that has set default language other then english(in my case, it was hindi), then android studio wont start. so first change your system language to english. i have faced this problem two times.

    0 讨论(0)
  • 2020-12-04 21:26

    I faced the issue after updating the Android studio to '3.6.1', I just navigated to plugin and updated Flutter plugins, then restarted the IDE. This worked for me

    0 讨论(0)
  • 2020-12-04 21:29

    The problem with me was that I imported android studio settings from another PC which had different user_name. the SDK location were hence set to c:/users/mmstq/appdata/local/android/android-sdk But luckily I had my previous settings backed up. Which had SDK locations as c:/users/matlo/appdata/local/android/android-sdk

    0 讨论(0)
提交回复
热议问题