avast / android-butterknife-zelezny

Android Studio plug-in for generating ButterKnife injections from selected layout XML.
Apache License 2.0
3.38k stars 413 forks source link

It doesn't work with butterKnife 8.5.0 #132

Closed MrLeion closed 7 years ago

MrLeion commented 7 years ago

It doesn't work with butterKnife 8.5.0

yjouyang commented 7 years ago

yep, I've seen the same problem. Android Studio 2.3.1 doesn't show "Generate ButterKnife Injections" on the Generate menu.

TomasKypta commented 7 years ago

Works normally with AS 2.3.1 and ButterKnife 8.5.1. Make sure the plugin is installed and ButterKnife is on the project classpath (the project is synced with AS).