Android Studio Build échoue avec:
Attempt to use @BindView for an already bound ID 0 on 'mConnectionMessage'
Fragment.Java:53: error: Attempt to use @BindView for an already bound ID 0 on 'mConnectionMessage'.
ImageView mConnectionImage;
^
Voici la partie du code qui cause le problème:
@BindView(R2.id.display_discovery_state_icon)
ImageView mConnectionImage;
J'utilise gradle 3.6.1.
.