适用于Android Studio的Gradle同步失败

时间:2019-05-24 14:39:27

标签: gradle

在构建时会发生这种情况 错误:在类型为org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler的对象上找不到参数[DefaultProjectDependency {dependencyProject ='project':openCVLibrary3'',configuration ='default'}]的方法实现() 。 打开文件 我正在尝试将ftec sdk与dogecv一起使用

dependencies {
    implementation project(path: ':openCVLibrary3')
    implementation project(path: ':DogeCV')
}//
// build.gradle in TeamCode
//
// Most of the definitions for building your module reside in a common, shared
// file 'build.common.gradle'. Being factored in this way makes it easier to
// integrate updates to the FTC into your code. If you really need to customize
// the build definitions, you can place those customizations in this file, but
// please think carefully as to whether such customizations are really necessary
// before doing so.


// Custom definitions may go here

// Include common definitions from above.
apply from: '../build.common.gradle'

0 个答案:

没有答案