Как подключить Tuya с приложением Kotlin [закрыто]Android

Форум для тех, кто программирует под Android
Anonymous
Как подключить Tuya с приложением Kotlin [закрыто]

Сообщение Anonymous »

Я работаю над интеграцией Tuya SDK, но из их документации неясно, как интегрировать его с Kotlin.implementation("com.thingclips.smart:thingsmart:6.0.1")
implementation("com.thingclips.smart:thingsmart-lock-sdk:6.0.1")
< /code>
Но когда я синхронизирую файлы, я получаю ошибку < /p>
./gradlew build --refresh-dependencies
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :app:checkDebugAarMetadata FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not find com.thingclips.smart:thingsmart:6.0.1.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2 ... -6.0.1.pom
- https://repo.maven.apache.org/maven2/co ... -6.0.1.pom
- https://maven-other.tuya.com/repository ... -6.0.1.pom
Required by:
project :app
> Could not find com.thingclips.smart:thingsmart-lock-sdk:6.0.1.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2 ... -6.0.1.pom
- https://repo.maven.apache.org/maven2/co ... -6.0.1.pom
- https://maven-other.tuya.com/repository ... -6.0.1.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.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.

BUILD FAILED in 2m 35s
1 actionable task: 1 executed


Подробнее здесь: https://stackoverflow.com/questions/796 ... pplication

Вернуться в «Android»