Skip to content

I tried to use 1.0.5 as well as 1.0.6, both are showing errors #23

@prannavk

Description

@prannavk

I tried using the 1.0.5 version first. I added the dependency and the implementation in my build.gradle file as:

maven { url 'https://jitpack.io' }

and

implementation 'com.github.michaldrabik:TapBarMenu:1.0.5'

The gradle sync and build happened smoothly, then when I tried to run my application, this is what showed up

Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ':app:debugRuntimeClasspath'.

Then I tried using the 1.0.6 version, I updated my dependency as:

implementation 'com.github.michaldrabik:TapBarMenu:1.0.6'

The gradle sync happened smoothly and then after when I tried running the application, this came up

Caused by: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable

Please help me with this!!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions