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

Manifest merger failed with multiple errors #43

Open
GoutamMMT opened this issue May 10, 2024 · 0 comments
Open

Manifest merger failed with multiple errors #43

GoutamMMT opened this issue May 10, 2024 · 0 comments

Comments

@GoutamMMT
Copy link

Describe the bug
Attribute application@appComponentFactory value=(androidx.core.app.CoreComponentFactory) from [androidx.core:core:1.12.0] AndroidManifest.xml:28:18-86
is also present at [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91 value=(android.support.v4.app.CoreComponentFactory).

Duplicate class android.support.v4.app.INotificationSideChannel found in modules core-1.12.0-runtime (androidx.core:core:1.12.0) and support-compat-28.0.0-runtime (com.android.support:support-compat:28.0.0)

To Reproduce
Steps to reproduce the behavior:

  1. Just implement the library implementation 'com.github.tizisdeepan:eventscalendar:1.6.1'
  2. Project already configure with implementation("androidx.core:core-ktx:1.12.0")
  3. Just build the project
  4. See error

Screenshots
image

Smartphone (please complete the following information):

  • Device: Android 10
  • compileSdk = 34
  • multiDexEnabled = true
    minSdk = 27
    targetSdk = 34

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant