0 android build gradle android-studio build.gradle
Android Studio 构建失败:
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;
^
Run Code Online (Sandbox Code Playgroud)
这是导致问题的代码部分:
@BindView(R2.id.display_discovery_state_icon)
ImageView mConnectionImage;
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
2284 次 |
最近记录: |