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.

Could not find firebase-common-debug.aar in version 1.3.0

See original GitHub issue
val commonMain by getting {
    dependencies {
        implementation("dev.gitlive:firebase-firestore:1.3.0")
    }
}

Using 1.3.0 instead of 1.2.0 results in this build error:

Could not resolve all files for configuration ‘:androidApp:debugRuntimeClasspath’. Failed to transform firebase-common-debug.aar (dev.gitlive:firebase-common-android-debug:1.3.0) to match attributes {artifactType=android-databinding, com.android.build.api.attributes.BuildTypeAttr=debug, com.android.build.api.attributes.VariantAttr=debug, org.gradle.status=release, org.gradle.usage=java-runtime, org.jetbrains.kotlin.platform.type=androidJvm}. Could not find firebase-common-debug.aar (dev.gitlive:firebase-common-android-debug:1.3.0). Searched in the following locations: https://repo.maven.apache.org/maven2/dev/gitlive/firebase-common-android-debug/1.3.0/firebase-common-android-debug-1.3.0.aar

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:7
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
Reedyukcommented, May 26, 2021

Hi guys, sorry about that, was a problem with the publishing. Its now fixed in 1.3.1, please try it. Closing as i was able to reproduce and fixed with 1.3.1

2reactions
jfreeleycommented, May 17, 2021

Can confirm I’m getting the same 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Could not find any version that matches com.google.android ...
I encountered the same issue after updating. Try to verify if you installed the latest Build Tool and Google Repository versions. enter image ......
Read more >
Firebase Android SDK Release Notes
App Check debug provider, com.google.firebase:firebase-appcheck-debug, 16.1.0 ... Fixed Could not read content issue when the task is given absolute file ...
Read more >
New features in Android Studio Preview
Discover new features and changes in Android Studio preview. ... For example, while you might work on the debug version of your app...
Read more >
Fix "Error Could not find method implementation() for ...
If you are using the “implementation” configuration in a Gradle Plugin version less than 3.0, the Gradle will not recognize it and will...
Read more >
Improve error messages for exceptions thrown from Jetifier
android gradle plugin version 3.4.2 ... Could not resolve all files for configuration ... Run with --info or --debug option to get more...
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