Android Studio Buildが失敗します:
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;
^
問題の原因となるコードの一部を次に示します。
@BindView(R2.id.display_discovery_state_icon)
ImageView mConnectionImage;
私はgradle 3.6.1を使用しています。
.