How do I add a library project (such as Sherlock ABS) to Android Studio?
(Not to the old ADT Eclipse-based bundle, but to the new Android Studio.)
Add this in your build gradle file:
dependencies { implementation 'com.jakewharton:butterknife:9.0.0' }