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

Firebase crashlytics conflicts #59

Closed
JulienLecoq opened this issue May 14, 2024 · 2 comments
Closed

Firebase crashlytics conflicts #59

JulienLecoq opened this issue May 14, 2024 · 2 comments
Labels
bug/fix Something isn't working needs: triage platform: android Android platform

Comments

@JulienLecoq
Copy link

Describe the bug

Is the plugin compatible with crashlytics from Firebase?

I'm getting this error while trying to run my Ionic mobile application with this line + this plugin:

classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.0'
Circular dependency between the following tasks:
:app:dataBindingGenBaseClassesDebug
+--- :app:mergeDebugResources
|    \--- :app:injectCrashlyticsMappingFileIdDebug
|         +--- :app:dataBindingGenBaseClassesDebug (*)
|         \--- :app:kaptDebugKotlin
|              +--- :app:dataBindingGenBaseClassesDebug (*)
|              +--- :app:kaptGenerateStubsDebugKotlin
|              |    +--- :app:dataBindingGenBaseClassesDebug (*)
|              |    \--- :app:processDebugResources
|              |         +--- :app:mapDebugSourceSetPaths
|              |         |    \--- :app:injectCrashlyticsMappingFileIdDebug (*)
|              |         +--- :app:mergeDebugResources (*)
|              |         +--- :app:parseDebugLocalResources
|              |         |    \--- :app:packageDebugResources
|              |         |         \--- :app:injectCrashlyticsMappingFileIdDebug (*)
|              |         +--- :app:processDebugManifest
|              |         |    \--- :app:processDebugMainManifest
|              |         |         \--- :app:extractDeepLinksDebug
|              |         |              \--- :app:injectCrashlyticsMappingFileIdDebug (*)
|              |         \--- :app:processDebugManifestForPackage
|              |              \--- :app:processDebugManifest (*)
|              +--- :app:mergeDebugResources (*)
|              +--- :app:parseDebugLocalResources (*)
|              \--- :app:processDebugResources (*)
\--- :app:parseDebugLocalResources (*)

* Try:
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.

* Exception is:
org.gradle.api.CircularReferenceException: Circular dependency between the following tasks:
:app:dataBindingGenBaseClassesDebug
+--- :app:mergeDebugResources
|    \--- :app:injectCrashlyticsMappingFileIdDebug
|         +--- :app:dataBindingGenBaseClassesDebug (*)
|         \--- :app:kaptDebugKotlin
|              +--- :app:dataBindingGenBaseClassesDebug (*)
|              +--- :app:kaptGenerateStubsDebugKotlin
|              |    +--- :app:dataBindingGenBaseClassesDebug (*)
|              |    \--- :app:processDebugResources
|              |         +--- :app:mapDebugSourceSetPaths
|              |         |    \--- :app:injectCrashlyticsMappingFileIdDebug (*)
|              |         +--- :app:mergeDebugResources (*)
|              |         +--- :app:parseDebugLocalResources
|              |         |    \--- :app:packageDebugResources
|              |         |         \--- :app:injectCrashlyticsMappingFileIdDebug (*)
|              |         +--- :app:processDebugManifest
|              |         |    \--- :app:processDebugMainManifest
|              |         |         \--- :app:extractDeepLinksDebug
|              |         |              \--- :app:injectCrashlyticsMappingFileIdDebug (*)
|              |         \--- :app:processDebugManifestForPackage
|              |              \--- :app:processDebugManifest (*)
|              +--- :app:mergeDebugResources (*)
|              +--- :app:parseDebugLocalResources (*)
|              \--- :app:processDebugResources (*)
\--- :app:parseDebugLocalResources (*)

To Reproduce
Steps to reproduce the behavior:

  1. Configure Firebase crashlytics for Android
  2. Configure this plugin
  3. Run the project

Expected behavior
It should works.

Desktop (please complete the following information):

  • OS: MacOS 14.4.1 (23E224)

Smartphone (please complete the following information):

  • Device: Pixel 4
  • Version API 29
@robingenz robingenz added platform: android Android platform needs: triage bug/fix Something isn't working labels Aug 31, 2024
@robingenz
Copy link
Member

Thank you for your request.
Please provide a Minimal, Reproducible Example using this template in a public GitHub repository so I can debug the issue.

Copy link

github-actions bot commented Oct 1, 2024

It looks like there hasn't been a reply in 30 days, so I'm closing this issue.

@github-actions github-actions bot closed this as completed Oct 1, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug/fix Something isn't working needs: triage platform: android Android platform
Projects
None yet
Development

No branches or pull requests

2 participants