-
Notifications
You must be signed in to change notification settings - Fork 641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于3.0.1版本兼容问题 #24
Comments
FAILURE: Build failed with an exception.
BUILD FAILED in 3s 93 actionable tasks: 7 executed, 86 up-to-date |
整个项目rebuild的时候,arr包都会报module's AndroidManifest not found,请大神优化 |
现在看上去./gradlew clean assemble一起调用会有问题,我有时间的会优化该问题,你先clean和assemble分开执行吧。 修复后我会回复该issue |
1、3.0.1gradle插件和4.6gradle,远程依赖打不进arr中 2、整个项目rebuild的时候, 整项目会报错,Error:警告: [options] 未与 -source 1.7 一起设置引导类路径 3、整个项目rebuild的时候,arr包都会报module's AndroidManifest not found,请大神优化 |
1、3.0.1gradle插件和4.6gradle,远程依赖打不进arr中
2、整个项目rebuild的时候, 整项目会报错,Error:警告: [options] 未与 -source 1.7 一起设置引导类路径
1 个警告
FAILURE: Build failed with an exception.
What went wrong:
Execution failed for task ':lib-main:createRsFiledebug'.
imagepipeline module's AndroidManifest not found
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
Get more help at https://help.gradle.org
BUILD FAILED in 6s
备注:gradle 插件版本3.1.0 gradle版本4.6,大神请关注
The text was updated successfully, but these errors were encountered: