[Problem/Question]
// Detailed description of issue.
I’m using sendbird-android-sdk:4.16.2 and it doesn’t compile
I’ve tried different versions such as 4.16.4 or just 4+ but nothing works
When i use sdk version3, then it builds successfully. It looks like it downloads from https://repo.sendbird.com/public/maven/com/sendbird/sdk/sendbird-android-sdk/maven-metadata.xml
I looked up that page and seems like there’s only version3 and maybe this is why the error happens. Is there a way to use version4? since my code only works at 4+.
There are 8 failures and all 8 are about could not find com.sendbird.sdk:sendbird-android-sdk:4.
Exact error log is like below:
FAILURE: Build completed with 8 failures.
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 find com.sendbird.sdk:sendbird-android-sdk:4.16.2.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/sendbird/sdk/sendbird-android-sdk/4.16.2/sendbird-android-sdk-4.16.2.pom
- https://repo.maven.apache.org/maven2/com/sendbird/sdk/sendbird-android-sdk/4.16.2/sendbird-android-sdk-4.16.2.pom
- https://repo.sendbird.com/public/maven/com/sendbird/sdk/sendbird-android-sdk/4.16.2/sendbird-android-sdk-4.16.2.pom
Required by:
project :app
* Try:
> 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.