Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle Implementation of CircularIndicator not working in minSdk 23 #162

Open
monospare opened this issue Sep 3, 2022 · 0 comments
Open

Comments

@monospare
Copy link

monospare commented Sep 3, 2022

I am trying to use Circular Indicator, so I wrote the dependencies as stated, implementation 'me.relex:cirleindicator:2.1.6'

But when I am trying to sync and rebuild project, the android studio is throwing error:-

`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 me.relex:cirleindicator:2.1.6.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.pom
- https://repo.maven.apache.org/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.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.
==============================================================================

2: Task failed with an exception.

  • What went wrong:
    Execution failed for task ':app:mergeDebugResources'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find me.relex:cirleindicator:2.1.6.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.pom
- https://repo.maven.apache.org/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.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.
==============================================================================

3: Task failed with an exception.

  • What went wrong:
    Execution failed for task ':app:processDebugMainManifest'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find me.relex:cirleindicator:2.1.6.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.pom
- https://repo.maven.apache.org/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.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.
==============================================================================

4: Task failed with an exception.

  • What went wrong:
    Execution failed for task ':app:mergeDebugAssets'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find me.relex:cirleindicator:2.1.6.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.pom
- https://repo.maven.apache.org/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.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.
==============================================================================

5: Task failed with an exception.

  • What went wrong:
    Execution failed for task ':app:checkDebugDuplicateClasses'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find me.relex:cirleindicator:2.1.6.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.pom
- https://repo.maven.apache.org/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.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.
==============================================================================

6: Task failed with an exception.

  • What went wrong:
    Execution failed for task ':app:desugarDebugFileDependencies'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find me.relex:cirleindicator:2.1.6.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.pom
- https://repo.maven.apache.org/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.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.
==============================================================================

7: Task failed with an exception.

  • What went wrong:
    Execution failed for task ':app:mergeDebugNativeLibs'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find me.relex:cirleindicator:2.1.6.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.pom
- https://repo.maven.apache.org/maven2/me/relex/cirleindicator/2.1.6/cirleindicator-2.1.6.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.
==============================================================================

BUILD FAILED in 2s`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant