Using Butter Knife in Custom BaseAdapter SubClass Results in “Unable to inject views” error
问题 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 "Another use is simplifying the view holder pattern inside of a list adapter." section. Unfortunately, I am getting an "Unable to inject views" error each time the ViewHolder is created for each item in the list. Here is my code: public class ButterknifeCustomBaseAdapter extends BaseAdapter{ @Override public int getCount() {