赞
踩
implementation "com.jakewharton:butterknife:10.0.0"
androidTestImplementation "com.jakewharton:butterknife-compiler:10.0.0"
annotationProcessor 'com.jakewharton:butterknife-compiler:10.0.0'
android {
...
compileOptions{
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
ButterKnife.bind(this);
}
其他方式
alt+insert
,出现如下图标,点击即可自动生成Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。