The import butterknife.InjectView cannot be resolved

前端 未结 5 1284
没有蜡笔的小新
没有蜡笔的小新 2020-12-29 10:37

I am trying to use this library project, so I tried to run the sample application (in /app/source/main/ in the Github link), and in MainActivity.java

5条回答
  •  没有蜡笔的小新
    2020-12-29 10:56

    Latest version has bind instead of InjectView. Version before that, uses ButterKnife.inject(this) to inject view. Also, Eclipse is not supported anymore, start using Android Studio.

提交回复
热议问题