Android Bindview在eclipse中不工作

Android Bindview在eclipse中不工作,android,eclipse,butterknife,Android,Eclipse,Butterknife,我从github下载了一个项目,并尝试使用eclipse对其进行修改。该项目导入butterknife并使用bindview,但在我导入butterknife后,它仍然提醒我“导入butterknife.bindview无法解析””,并且“bindview无法解析为类型。有人能帮我吗 另外,我也希望我能使用Android Studio,但它有点问题。我在中国,虽然我使用VPN,但它仍然告诉我“无法前往”。所以请告诉我如何在eclipse中解决这个问题。最后,我通过添加butterknife-an

我从github下载了一个项目,并尝试使用eclipse对其进行修改。该项目导入butterknife并使用bindview,但在我导入butterknife后,它仍然提醒我“导入butterknife.bindview无法解析””,并且“bindview无法解析为类型。有人能帮我吗


另外,我也希望我能使用Android Studio,但它有点问题。我在中国,虽然我使用VPN,但它仍然告诉我“无法前往”。所以请告诉我如何在eclipse中解决这个问题。

最后,我通过添加butterknife-annotations.jar解决了这个问题。使用eclipse运行android studio项目确实很困难,我希望有一天我能使用android studio。

谢谢,我已经解决了这个问题,尽管我遇到了另一个问题……我找不到butterknife实现程序,就是butterknife编译器。不管怎样,谢谢你的回答
dependencies {

implementation 'com.jakewharton:butterknife:8.5.1'
annotationProcessor 'com.jakewharton:butterknife-implementationr:8.5.1'

}