Open
Description
Error:FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-
What went wrong:
Execution failed for task ':lib.utils:processReleaseResources'.In strict mode, we do not allow vendor aars, please declare them in host build.gradle:
- compile('com.android.support:appcompat-v7:23.2.1')
or turn off the strict mode in root build.gradle:
small {
strictSplitResources = false
}
- compile('com.android.support:appcompat-v7:23.2.1')
-
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
2: Task failed with an exception.
-
What went wrong:
Execution failed for task ':lib.style:processReleaseResources'.In strict mode, we do not allow vendor aars, please declare them in host build.gradle:
- compile('com.android.support:appcompat-v7:23.2.1')
or turn off the strict mode in root build.gradle:
small {
strictSplitResources = false
}
- compile('com.android.support:appcompat-v7:23.2.1')
-
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Activity
galenlin commentedon Jul 8, 2016
cleanLib,再buildLib试下
chaoshuai commentedon Jul 4, 2017
@galenlin cleanLib,buildLib,很多次还是不管用
galenlin commentedon Jul 4, 2017
@chaoshuai 把并行编译去掉,看下官网编译选项