动态权限依赖问题

来源:14-8 一键式相机,图片处理剪裁和动态权限封装-3

闫世豪

2018-05-16

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.
- permissionsdispatcher-processor-2.4.0.jar (com.github.hotchemi.permissionsdispatcher:permissionsdispatcher-processor:2.4.0)
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.

I add " javaCompileOptions {
annotationProcessorOptions {
// arguments = [ moduleName : project.getName() ]
includeCompileClasspath true
}
}

添加上面代码,无效   


写回答

2回答

闫世豪

提问者

2018-05-17

//img.mukewang.com/szimg/5afce67b00015c1e31041824.jpg


如何rebulid 之后解决


0
0

傅猿猿

2018-05-17

不用加这些东西啊,动态权限是在ec中使用的,那么就需要把Processor在ec的依赖里添上,并且还得以api或者compile的形式把JAVA依赖加上,然后rebuild就好了,群文件里有文件,你对照下

0
1
闫世豪
我在ec中添加 api 'com.github.hotchemi:permissionsdispatcher:3.2.0' annotationProcessor 'com.github.hotchemi:permissionsdispatcher-processor:3.2.0' 同时也在core中添加 也报这种错,或者在ec中添加在core中不添加,也出错
2018-05-17
共1条回复

Android通用框架设计与完整电商App开发

从第一行代码开始教你,通用且一键式配置的框架设计并轻松实现完整电商App

2028 学习 · 1182 问题

查看课程