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
I had a similar problem with ButterKnife, but the reason was that I was inflating my fragment with the wrong layout.
(I know the question was already answered, but I decided to post my solution in case someone had the same issue)