I haven't been able to try dagger, but I wasn't able to get it to compile using butterknife. Could you point me towards what may be wrong?
LOCAL_STATIC_JAVA_LIBRARIES += butterknife-8.8.1 butterknife-annotations-8.8.1
LOCAL_CLASSPATH := $(addprefix $(LOCAL_PATH)/libs/,$(addsuffix .jar,$(butterknife-compiler-8.8.1)))
I haven't been able to try dagger, but I wasn't able to get it to compile using butterknife. Could you point me towards what may be wrong?