Android Studio插件Gsonformat使用

在开发中,我们获得服务端的json数据后要建立自己的bean,但是一条一条写相当麻烦,偶然间发现了这么个插件,用起来非常方便。

安装

方法一:

1.Android studio File->Settings..->Plugins–>Browse repositores..搜索GsonFormat
2.安装插件,重启android studio

方法二:

1.下载GsonFormat.jar ;
2.Android studio File->Settings..->Plugins –>install plugin from disk..导入下载GsonFormat.jar
3.重启android studio

使用

参考文献:
推荐几款实用的Android Studio 插件

你可能感兴趣的:(android,插件,GsonFormat)