android studio 升级到4.1 后无gsonformat,找到两个插件GsonFormatPlus和GsonFormat4DataBinding.两个把插件中的setting 设置为勾选以下3个,GsonFormatPlus就会生成和升级之前GsonFormat效果一样的数据,GsonFormat4DataBinding 生成的数据也只是在getXX()方法上多了一个@Bindable 的注解。如果不需要这个注解就使用GsonFormatPlus吧。

android studio 升级4.1 GsonFormatPlus 设置 setting。

相关文章:

  • 2021-04-25
  • 2021-06-12
  • 2021-11-10
  • 2021-10-28
  • 2022-01-01
  • 2021-05-05
  • 2021-08-23
  • 2022-12-23
猜你喜欢
  • 2021-06-08
  • 2021-06-23
  • 2021-11-27
  • 2021-09-03
  • 2021-06-22
  • 2022-12-23
  • 2021-05-22
相关资源
相似解决方案