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
For me it turned out that the ViewBinder was not correctly refreshed. A clean project-build solved this issue.
ViewBinder