如果依赖了库,要在moel中和库中都加入下面两句
compile 'com.jakewharton:butterknife:8.4.0' annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
博客提到若依赖了库,需要在model和库中都加入特定的两句话,强调了在依赖库操作时的这一关键步骤。
如果依赖了库,要在moel中和库中都加入下面两句
compile 'com.jakewharton:butterknife:8.4.0' annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'

被折叠的 条评论
为什么被折叠?