Unable to find Butterknife.Action on upgrading the Butterknife version 8.8.1 to version 10.2.0

懵懂的女人 提交于 2019-12-25 01:42:55

问题


Unable to find Butterknife.Action and ButterKnife.apply on upgrading the Butterknife version 8.8.1 to version 10.2.0

error: cannot find symbol
public static final ButterKnife.Action<View> GONE = (view, index) -> view.setVisibility(View.GONE);
                               ^
  symbol:   class Action
  location: class ButterKnife

回答1:


Those methods are deprecated and no longer available since version 10.0.0: more details here and here.



来源:https://stackoverflow.com/questions/58135078/unable-to-find-butterknife-action-on-upgrading-the-butterknife-version-8-8-1-to

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!