GsonFormat threw an uncaught Plugin Exception
出错原因:当前android studio版本和GsonFormat的版本不一致,导致不兼容。
1.下载旧版本的GsonFormat版本,地址为 https://plugins.jetbrains.com/plugin/7654?pr=androidstudio,找到1.2.2下载
2.android studio-->File-->settings-->Plugins-->Install plugin from disk
导入下载的旧版本GsonFormat(需要把最新版本的GsonFormat卸载了)
3.重启android studio即可
快捷键使用GsonFormat: Alt + INS (后退键BACKSPACE的隔壁)
出错原因:android studio的版本过低,无法适应GsonFormat的新版本