2018-03-27

Android Studio中GsonFormat安装失败:Plugin GsonFormat was not installed


今天在安装GsonFormat时,竟然出错了,一直提示错误Plugin GsonFormat was not installed:

Cannot download

'http://plugins.jetbrains.com/pluginManager/?action=download&id=GsonFormat&build=AI-162.2228.14&uuid=48b387ec-80ad-4cf7-be88-b9d355f4afb4':

Read timed out,具体原因也不是很清楚,不过最后还是解决了,猜测可能是as版本不是最新的,比较老的原因,具体解决办法如下:

1、网上找个GsonFormat.jar下载到本地

2、Android studio  File->Settings..->Plugins –> install plugin from disk..导入下载的GsonFormat.jar

3、重新启动as

你可能感兴趣的:(2018-03-27)