I tried to use 1.0.5 as well as 1.0.6, both are showing errors
prannavk opened this issue · 0 comments
prannavk commented
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!!!