android databinding报错:cannot find the setter for attribute with parameter type

自定义view使用databinding编译不过去,提示需要setter方法。


解决办法:

在自定义View中为相应的attr添加setter方法即可。


http://stackoverflow.com/questions/39310818/databinding-error-with-attributes-for-view

你可能感兴趣的:(android databinding报错:cannot find the setter for attribute with parameter type)