Android studio 3.5 插件无法搜索(marketplace plugins are not loaded)

在 windows10 系统上使用 android studio 3.5版本无法搜索下载插件,但是2.3版本可以,build.gradle 中依赖第三方库时也有同样的情况发生,推测3.x版本网络连接可能有问题,或者需要更改配置,具体没有研究,这里先解决无法下载插件的问题。(3.x无法下载第三方库时可以先用2.x版本依赖下载)

(上网搜索有些人的解决办法是在 File->setting->Appearance&Behavior-> System Settings->updates 中取消勾选 Use secure connection ,但是我测试后仍然无法搜索及下载插件)

解决无法搜索问题

C:\Users\Admin.AndroidStudio3.5\config中拷贝plugins文件夹至C:\Users\Admin.AndroidStudio3.5\config中,此时能搜索到第三方插件

网上这种说法有待推敲,我解决的方法是:

解决:删除 C:\Users\***\.AndroidStudio3.*\config 目录下的 plugins文件夹然后打开 Android Studio - File - Invalidate Caches / Restart - Invalidate and Restart

该方法验证在 3.5版本上是可以搜索出plugs的。

你可能感兴趣的:(Android studio 3.5 插件无法搜索(marketplace plugins are not loaded))