Hi,
I’ve cloned this example project GitHub - Estimote/Android-Estimote-UWB-SDK: Android SDK and demo app for Estimote UWB Beacons
The build failes with:
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not resolve com.estimote:uwb-sdk:1.0.0-rc5.
Required by:
project :app
> Could not resolve com.estimote:uwb-sdk:1.0.0-rc5.
> Could not parse POM https://estimote.jfrog.io/artifactory/android-proximity-sdk/com/estimote/uwb-sdk/1.0.0-rc5/uwb-sdk-1.0.0-rc5.pom
> Already seen doctype.
and multiple other tasks with the same resolution of the error (could not parse POM at url).
The url seems to show a page with an inactive JFrog server. It seems to be the cause of the unresolved dedpendency, although is there something else I’m missing to successfully build the project?
I included the UWB SDK reference to the dependencies and specified a link to the repository as showed in the GitHub readme.