You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91
is also present at [androidx.core:core:1.0.0]
As suggested I added this into AndroidManifest.xml:
Execution failed for task ':app:transformClassesWithMultidexlistForDebug'.
> com.android.build.api.transform.TransformException: Error while generating the main dex list:
Error while merging dex archives:
Learn how to resolve the issue at https://developer.android.com/studio/build/dependencies#duplicate_classes.
Program type already present: android.support.v4.app.INotificationSideChannel$Stub$Proxy
I do use multiDexEnabled true so I don't know why it's crying about duplicate classes.
Building app produces the following gradle error:
As suggested I added this into AndroidManifest.xml:
...but it did not help.
I have a new error:
I do use multiDexEnabled true so I don't know why it's crying about duplicate classes.
tns-android v5.2.1
minSDK 17
targetSdkVersion 28 (28.0.0)
The text was updated successfully, but these errors were encountered: