Android Studio: ButterKnife 6.1.0 Duplicate Class: $$View Injector

巧了我就是萌 提交于 2019-12-05 14:34:32
Rakesh

I also faced this issue. This issue occurred when user imported project from eclipse's workspace. Actually it copies the $$ViewInjector.java files in your src folder. So you need to delete them from your src packages manually.

Sorry, don't have the reputation to add the comment to @Rakesh's answer (he is right).

It also happens when "refactor - move package" with wrong options.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!