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
> Task :app:transformDexArchiveWithExternalLibsDexMergerForDebug FAILED
D8: Program type already present: androidx.versionedparcelable.ParcelImpl
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
> com.android.builder.dexing.DexArchiveMergerException: 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: androidx.versionedparcelable.ParcelImpl
Solution: Downgrade to 1.2.0 for android.
The text was updated successfully, but these errors were encountered:
onemargaro
changed the title
Duplicate androidx.versionedparcelable.ParcelImpl
Android: Duplicate androidx.versionedparcelable.ParcelImpl
Apr 9, 2020
This happens on 1.3.0
Solution: Downgrade to 1.2.0 for android.
The text was updated successfully, but these errors were encountered: