赞
踩
升级androidstudio到4.2版本后突然报错,如下:
Plugin Error
Plugin "GsonFormat" is incompatible (supported only in IntelliJ IDEA).
Plugin "Android Parcelable code generator" is incompatible (supported only in IntelliJ IDEA).
原因是现在已经不再支持了,但是我们可以使用GsonFormatPlus和GsonFormat4DataBinding
1.
GsonFormatPlus
This is a plugin you can generate Json model from Json String. This Plugin is only for IntelliJ IDEA. which is base on GsonFormat and more flexible and convenient. Welcome to issue and PR.
2.
GsonFormatForDataBinding
使用于生成Android DataBinding Bean 的 GsonFormat插件
1.可以使新生成的Bean自动继承自 BaseObservable
2.Setter方法 自动添加 notifyPropertyChanged(BR.'字段名');
3.Getter方法 自动添加 @Bindable 注解
安装:
其他:
个人认为:如果使用注解仅使用GsonFormatPlus就可以了
子使用的时候如果想要和平时使用的GsonFormat一样可以修改一下参数:
这样就和GsonFormat一样了
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。