堆栈/日志:
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.
tinker-android-anno-1.9.1.jar (com.tencent.tinker:tinker-android-anno:1.9.1)
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.
See https://developer.android.com/r/tools/annotation-processor-error-message.html for more details.
异常类型:app运行时异常
手机型号:One Plus A2001
手机系统版本:Android 6.1
tinker版本:1.9.1
gradle版本:3.2.0
是否使用热更新SDK:TinkerPatch SDK
系统:Mac
堆栈/日志: 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.
根据官网配置,已经在所有模块的build.gradle中添加includeCompileClasspath true,但是还是提示此错误,提示缺少annotationProcessor,(tips:butterKnife有类似问题,添加了一个9.0.0-SNAPSHOT版本)