Plugin Error: required plugin “Android Support” is disabled

前端 未结 11 1700
小蘑菇
小蘑菇 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:31

    I too faced this issue, If you uncheck then check on any dependency(red colour) plugin then IDE will prompt a dialog to enable "Android Support" accept it and restart IDE problem will be solved.

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

    In short:

    • Windows (and Linux): Go to File--> Settings--> Plugins --> Enable Android Support

    • Mac: Android Studio--> Preferences--> Plugins --> Enable Android Support

    If you look at the error you'll find the solution too :

    3- Disable not loaded plugins
    2- Enable Android Support
    1- Open plugin manager
    
    0 讨论(0)
  • 2020-12-04 21:37

    I ran into the same error. Here is how I fixed this, at least temporarily (until the pros show the best way to fix this).

    (On a Mac) Go to Android Studio -> Preferences -> Plugins. 
    

    You'll notice that "Android Support" Plugin is unchecked. Uncheck the "Google Cloud Testing" plugin and then check the "Android Support" plugin. Hit the Apply button and then click OK. The IDE will ask you to restart to bring the changes into effect. Hit OK and when the IDE restarts, your code should be working fine.

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

    go as flow file-->settings-->plugins. then uncheck the red options. apply settings You will get error message no problem. recheck the unchecked options. press ok. it will request to restart android studio press ok button and it will solve the problem and work again.

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

    Go to Settings->Plugins->IDE Settings and just disable and enable again needed plugins. Apply changes when you enable/disable.

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