I work on Android Studio with Gradle.
My issue is Non-constant Fields in Case Labels.
When I use Butter Knife in Android lib, I get the following error:
tutuFragment.java:31: error: attribute value must be constant
@InjectView(R.id.noContactTV)
Has anyone experienced the same issue, and if so, have a solution for it?