question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Chucker 3.5.1: missing .aar file in maven repository

See original GitHub issue

I just tried to upgrade to version 3.5.1 and this release is missing the .aar file in mavencentral:

library-3.5.1.aar

The no-op .aar does exist:

library-no-op-3.5.1.aar

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:16
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
RahulSDeshpandecommented, Jul 27, 2021

For more clarity here is the build error stack-trace:

Execution failed for task ':app:partner:dataBindingMergeDependencyArtifactsDebug'.
> Could not resolve all files for configuration ':app:partner:debugCompileClasspath'.
   > Could not find library-3.5.1.aar (com.github.chuckerteam.chucker:library:3.5.1).
     Searched in the following locations:
         https://repo.maven.apache.org/maven2/com/github/chuckerteam/chucker/library/3.5.1/library-3.5.1.aar

Please refer maven lib artifact link for more info/proof.

4reactions
vbuberencommented, Jul 27, 2021

Feels really strange. I will draft a 3.5.2 and let’s hope this time things will work better.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Publish an aar file to Maven Central with Gradle not working
You can publish your aar to JCenter instead. It's the default in Android Studio. You can sync to Central from there in much...
Read more >
Missing aar file for 1.3.0 in Maven Central · Issue #725 - GitHub
The checksum files appear, but not the aar file itself. On the other hand the aar file does exists for v3: https://repo.maven.apache.org/maven2/ ...
Read more >
How to Host Maven Repository for Android AAR File on IIS
Publish Android aar file to a local Maven repository. Host the local Maven repository on IIS. Add Android dependency from the hosted Maven ......
Read more >
Gradle build does not support local aar dependencies.
I'm resolving my .aar file(s) from a Maven repo and I'm getting the "cannot find symbol" error during compilation as well.
Read more >
Android Maven Publish For Your Libraries | by Viktoriia.io
This article will save your day in attempts of doing preparation & uploads of your Android libraries' AAR artifacts to Maven.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found