'Could not find com.baidu.litekit:handgesturedetector:0.3.0

1.github link: https://github.com/PaddlePaddle/LiteKit

2.dependencies{ ....... implementation 'com.baidu.litekit:handgesturedetector:0.3.0' implementation 'com.baidu.litekit:portraitsegmentation:0.3.0' implementation 'com.baidu.litekit:videosuperresolution:0.3.0' implementation 'com.baidu.litekit:ocr:0.3.0' .... }

3.info: Execution failed for task ':app:mergeDebugResources'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find com.baidu.litekit:handgesturedetector:0.3.0. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/baidu/litekit/handgesturedetector/0.3.0/handgesturedetector-0.3.0.pom - https://jcenter.bintray.com/com/baidu/litekit/handgesturedetector/0.3.0/handgesturedetector-0.3.0.pom - file:/D:/LiteKitDemo/app/git clone https:/gitee.com/paddlepaddle/LiteKit/Android/repository/com/baidu/litekit/handgesturedetector/0.3.0/handgesturedetector-0.3.0.pom Required by: project :app Could not find com.baidu.litekit:portraitsegmentation:0.3.0. Searched in the following locations:



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source