Top "Butterknife" questions

An annotation-based Android view "injection" framework aimed at reducing boilerplate.

Remove "Method is never used" warning for OnClick annotation in Android Studio

Sorry if this question has been asked before. I am using the Butterknife 5.0 with the latest version of Android Studio(0.5.7). …

methods annotations android-studio warnings butterknife
Gradle DSL method not found: 'apt()'

I am trying to add the latest version of butterknife and I get this error from gradle: Error:(31, 0) Gradle DSL …

android gradle butterknife
Butter Knife - Unable to bind views for Fragment

I get an exception java.lang.RuntimeException: Unable to bind views for Fragment on ButterKnife.bind(this, view). The code …

android butterknife
cannot find symbol class DaggerAppComponent or cannot find symbol class DaggerActivityComponent

I get this error after adding inject on my class then it gives me a compilation error. If I remove @…

android compiler-errors dagger-2 butterknife
How to setup ButterKnife plugin in Android Studio?

I need to install the plugin Butter Knife. Where can I download it? I downloaded a .jar plugin (but not …

android android-studio butterknife
AndroidStudio disable "Expected resource of type string"

I've just tried to generate signed apk for one of my projects (I already did this before), but (maybe since …

android android-studio butterknife
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://…

java android annotations baseadapter butterknife
The import butterknife.InjectView cannot be resolved

I am trying to use this library project, so I tried to run the sample application (in /app/source/main/ …

android eclipse butterknife
Using @OnCheckedChanged (ButterKnife) with radioGroup gives error in android

i recently integrated butterknife in my android project, and now i am trying to use @OnCheckedChanged annotation for radiogroup. but …

android butterknife android-radiogroup oncheckedchanged
@OnClick array with optional ids (ButterKnife)

I have an activity that inflates a view when a web request finished. Some of the widgets of this view …

android onclick optional butterknife