问题描述
- Android 引入项目过滤包怎么弄?
-
问题是这样子的,我引用了一个Modulesdependencies {
compile project(':OneSDK') {
exclude module: 'alipaySingle-20160223'
exclude module: 'utdid4all-1.0.4'
}
}然后报了这样的错误:
Error:(91, 0) Gradle DSL method not found: 'exclude()'
Possible causes:- The project 'YoukeApplication' may be using a version of Gradle that does not contain the method.
Open Gradle wrapper file - The build file may be missing a Gradle plugin.
Apply Gradle plugin
- The project 'YoukeApplication' may be using a version of Gradle that does not contain the method.
解决方案
时间: 2024-09-23 17:36:50