天天看點

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: 最好不要更改預設的位置,改完之後會有各種各樣的問題。