天天看点

Android Studio 重启之后插件未能保存

解决方法:

如果插件下载下来是一个zip文件,那么可以直接在当前文件夹中解压出来,比如adb_idea.zip,或者是Material_Theme-2.4.1.5-2018.1.zip,解压出来之后里面的都是一个以插件名字命名的文件夹。adb_idea.zip解压出来的为adb_idea,Material_Theme-2.4.1.5-2018.1.zip解压出来的是Material Theme。解压之后重启就没有问题了。

在windows系统上很多人因为Android Studio在C盘占用的空间太大而修改了配置,比如下面这样

#---------------------------------------------------------------------

#Uncomment this option if you want to customize path to IDE config folder. Make sure you’re using forward slashes.

#---------------------------------------------------------------------

idea.config.path=D:/Program Files/Android/.AndroidStudio/config

#---------------------------------------------------------------------

#Uncomment this option if you want to customize path to IDE system folder. Make sure you’re using forward slashes.

#---------------------------------------------------------------------

idea.system.path=D:/Program Files/Android/.AndroidStudio/system

#---------------------------------------------------------------------

#Uncomment this option if you want to customize path to user installed plugins folder. Make sure you’re using forward slashes.

#---------------------------------------------------------------------

idea.plugins.path=${idea.system.path}/plugins

改完之后就有可能出现这种问题,在我的电脑上jar包的插件没有出问题,但是zip格式的插件都不能加载了,但是通过上述过程问题成功解决了。٩(๑>◡<๑)۶

ps: 最好不要更改默认的位置,改完之后会有各种各样的问题。