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

后端 未结 5 847
甜味超标
甜味超标 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:01

    Also check if you are inflating correct R.layout. file. If not - necessary views are not found and this error occurs.

提交回复
热议问题