-
Notifications
You must be signed in to change notification settings - Fork 834
Open
Description
Describe the bug
I am encountering an issue when trying to build my Android project. The error states that it cannot resolve the dependency com.google.android:flexbox:1.0.0.
Error message:
* What went wrong:
Execution failed for task ':app:processDebugAndroidTestManifest'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not find com.google.android:flexbox:1.0.0.
Searched in the following locations:
- https://jitpack.io/com/google/android/flexbox/1.0.0/flexbox-1.0.0.pom
- https://dl.google.com/dl/android/maven2/com/google/android/flexbox/1.0.0/flexbox-1.0.0.pom
- https://repo.maven.apache.org/maven2/com/google/android/flexbox/1.0.0/flexbox-1.0.0.pom
Required by:
project :app
> Could not find com.google.android:flexbox:1.0.0.
Searched in the following locations:
- https://jitpack.io/com/google/android/flexbox/1.0.0/flexbox-1.0.0.pom
- https://dl.google.com/dl/android/maven2/com/google/android/flexbox/1.0.0/flexbox-1.0.0.pom
- https://repo.maven.apache.org/maven2/com/google/android/flexbox/1.0.0/flexbox-1.0.0.pom
Required by:
project :app > com.github.stfalcon-studio:Chatkit:0.4.1
To Reproduce
Steps to reproduce the behavior:
Add the dependency implementation 'com.github.stfalcon-studio:Chatkit:0.4.1' to the build.gradle file.
Sync the project with Gradle files.
The build fails with the above error message.
Expected behavior
The build should successfully resolve the dependency for the Flexbox library.
Screenshots
N/A
Smartphone (please complete the following information):
Device: [e.g. Pixel 4]
OS: [e.g. Android 10]
Library Version: [e.g. 3.0.0]
anirudhawonderslate, ricardopereira and a-suprun
Metadata
Metadata
Assignees
Labels
No labels