Advertisement
Guest User

321

a guest
Jul 23rd, 2019
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. Annotation processors must be explicitly declared now. The following dependencies on the compile classpath are found to contain annotation processor. Please add them to the annotationProcessor configuration.
  2. - jetified-butterknife-6.1.0.jar (com.jakewharton:butterknife:6.1.0)
  3. Alternatively, set android.defaultConfig.javaCompileOptions.annotationProcessorOptions.includeCompileClasspath = true to continue with previous behavior. Note that this option is deprecated and will be removed in the future.
  4. See https://developer.android.com/r/tools/annotation-processor-error-message.html for more details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement