编译的时候无法通过,错误信息提示找不到com.thingclips.smart:thingsmart:5.5.5

App开发相关产品技术讨论,包括OEM App、App SDK、设备控制界面开发、小程序开发等话题


Post Reply
Jeremy
Posts: 1

Task failed with an exception.

  • What went wrong:
    Execution failed for task ':app:desugarDebugFileDependencies'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find com.thingclips.smart:thingsmart:5.5.5.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2 ... -5.5.5.pom
- https://repo.maven.apache.org/maven2/co ... -5.5.5.pom
Required by:
project :app

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
==============================================================================


Tags:
codelang
Posts: 5

Re: 编译的时候无法通过,错误信息提示找不到com.thingclips.smart:thingsmart:5.5.5

可以尝试将 root project 下 build.gradle 的 tuya maven 源放置在最前面

Post Reply