skip to Main Content

Android Studio – Duplicate class com.google.android.exoplayer2.ui.DownloadNotificationHelper

Having this error while i was trying to run my flutter application: Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01 Warning: Mapping new ns http://schemas.android.com/repository/android/generic/02 to old ns http://schemas.android.com/repository/android/generic/01 Warning: Mapping new ns http://schemas.android.com/sdk/android/repo/addon2/02 to old ns http://schemas.android.com/sdk/android/repo/addon2/01 Warning:…

VIEW QUESTION

Android Studio – Manifest merger failed with multiple errors, see logs after migrating the project to android 12

android:exported needs to be explicitly specified for element <activity#com.razorpay.CheckoutActivity>. Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details. C:UsersnarayOneDriveDesktopIndiahaatIndiahaatappsrcmainAndroidManifest.xml:12:9-16:20 Error: android:exported…

VIEW QUESTION
Back To Top
Search