org.gradle.api.tasks.compile.CompileOptions.setBootClasspath

org.gradle.api.tasks.compile.CompileOptions.setBootClasspath,第1张

org.gradle.api.tasks.compile.CompileOptions.setBootClasspath

具体错误

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugCompile'.
   > A problem occurred configuring project ':uvccamerasdk'.
      > Failed to notify project evaluation listener.
         > org.gradle.api.tasks.compile.CompileOptions.setBootClasspath(Ljava/lang/String;)V
修改build.gradle
// classpath 'com.android.tools.build:gradle:2.3.3'

classpath 'com.android.tools.build:gradle:4.0.1'

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5684421.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-17
下一篇 2022-12-17

发表评论

登录后才能评论

评论列表(0条)

保存