Skip to content Skip to sidebar Skip to footer

React Native :app:transformdexarchivewithexternallibsdexmergerfordebug Error In Android Build

When I try to build my project, which I was successfully building, but now I get this error > Task :app:transformDexArchiveWithExternalLibsDexMergerForDebug FAILED D8: Program t

Solution 1:

The root cause is related migration to Androidx, google play service updated to androidX

If you are using real-native-info, please upgrade. It will solve your problem with 2.1.2

See here apply link

A similar question to this question

Apply Note: Upgrading com.google.android.gms to 17.0.0 will cause many problems.

Post a Comment for "React Native :app:transformdexarchivewithexternallibsdexmergerfordebug Error In Android Build"