简体   繁体   English

插件列表未加载android studio

[英]List of plugins was not loaded android studio

I'm trying to install plugin in android studio when I Click Browse Respository it Shows this dialog 单击浏览存储库时,我正在尝试在android studio中安装插件,它显示此对话框 在此处输入图片说明

Anyone knows how to fix this? 有人知道如何解决这个问题吗?

Check permissions on /root/.AndroidStudio to confirm you can create the directory for plugins. 检查/root/.AndroidStudio上的权限,以确认您可以创建插件目录。

Simple way to modify permissions for User(u), Group(g) and Other(o) from command line: 从命令行修改User(u),Group(g)和Other(o)权限的简单方法:

chmod -R ugo+rw /root/.AndroidStudio/ chmod -R ugo + rw /root/.AndroidStudio/

I found the alternative solution, just delete the .AndroidStudio foler, and restart androi studio. 我找到了替代解决方案,只需删除.AndroidStudio文件,然后重新启动androi studio。

using 使用

rm -R .AndroidStudio

After that the android studio back to default settings and install the plugin from the beginning 之后,android studio返回默认设置并从头开始安装插件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM