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
I checked all dependency on my packages but there is not any package which using react-native-adjust. I tried force only one time implement the dependency with this code block but it doesn't work already.
AGPBI: {"kind":"error","text":"Program type already present: com.adjust.sdk.ActivityHandler$10","sources":[{}],"tool":"D8"}
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: com.adjust.sdk.ActivityHandler$10
at com.android.builder.dexing.D8DexArchiveMerger.getExceptionToRethrow(D8DexArchiveMerger.java:131)
at com.android.builder.dexing.D8DexArchiveMerger.mergeDexArchives(D8DexArchiveMerger.java:118)
at com.android.build.gradle.internal.transforms.DexMergerTransformCallable.call(DexMergerTransformCallable.java:102)
at com.android.build.gradle.internal.tasks.DexMergingTaskRunnable.run(DexMergingTask.kt:444)
The text was updated successfully, but these errors were encountered:
In current state of things, our React Native SDK contains our native Android SDK added as a JAR dependency. So there is no need to have any other reference to it in your Gradle file. Are you still facing the same issue if you remove all native Adjust Android SDK references from Gradle file?
I checked all dependency on my packages but there is not any package which using react-native-adjust. I tried force only one time implement the dependency with this code block but it doesn't work already.
Force implementation code;
The text was updated successfully, but these errors were encountered: