gpt4 book ai didi

java - 无法在 ButterKnife 中使用 findById

转载 作者:行者123 更新时间:2023-12-02 01:11:33 26 4
gpt4 key购买 nike

我在使用 ButterKnife 时遇到此错误:

error: cannot find symbol method findById(View,int)

TextView tvHeaderTextOne = ButterKnife.findById(headerView, R.id.tv_header_text_one);

更新到 Butterknife 10 后出现无法findById 的错误。

最佳答案

定义属性

@BindView( R.id.tv_header_text_one)
protected TextView tx ;

在 OnCreate 方法中:

ButterKnife.bind(this,yourview);

关于java - 无法在 ButterKnife 中使用 findById,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59321011/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com