Plugin Error: required plugin “Android Support” is

2019-01-13 11:43发布

I have a plugin error in my logcat

   10:08:28 PM Plugin Error
        Problems found loading plugins:
        Plugin "Google Analytics Uploader" was not loaded: required plugin "Android Support" is disabled.
        Plugin "SDK Updater" was not loaded: required plugin "Android Support" is disabled.
        Plugin "Android NDK Support" was not loaded: required plugin "Android Support" is disabled.
        Plugin "Google App Indexing" was not loaded: required plugin "Android Support" is disabled.
        Plugin "Google Cloud Tools For Android Studio" was not loaded: required plugin "Android Support" is disabled.
        Plugin "Google Cloud Testing" was not loaded: required plugin "Android Support" is disabled.
        Plugin "Google Services" was not loaded: required plugin "Android Support" is disabled.
        Disable not loaded plugins
        Enable Android Support
        Open plugin manager
 10:08:32 PM Error Loading Project: Cannot load 3 facets Details...

This happened after I left my laptop to sleep and when I opened android studio, this error popped out. Now I cannot run my project.

9条回答
聊天终结者
2楼-- · 2019-01-13 12:22

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.

查看更多
放荡不羁爱自由
3楼-- · 2019-01-13 12:22

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.

查看更多
放我归山
4楼-- · 2019-01-13 12:24

Go to Settings->Plugins->IDE Settings and just disable and enable again needed plugins.

查看更多
Evening l夕情丶
5楼-- · 2019-01-13 12: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.

查看更多
唯我独甜
6楼-- · 2019-01-13 12:26
  • Open the file c:\users\username.AndroidStudio2.3\config\disabled_plugins.txt
  • delete the line "org.jetbrains.android"
  • restart Android Studio
查看更多
Viruses.
7楼-- · 2019-01-13 12:30

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.

查看更多
登录 后发表回答