Using Butter Knife in Custom BaseAdapter SubClass Results in “Unable to inject views” error

后端 未结 5 840
甜味超标
甜味超标 2021-02-18 13:59

I\'m attempting to use Butter Knife to simplify creation of a custom BaseAdapter class. I\'m following the example here: http://jakewharton.github.io/butterknife/ under the \"A

5条回答
  •  北海茫月
    2021-02-18 14:00

    For me it turned out that the ViewBinder was not correctly refreshed. A clean project-build solved this issue.

提交回复
热议问题