AndroidIDEOfficial / AndroidIDE

AndroidIDE is an IDE for Android to develop full featured Android apps.
https://m.androidide.com
GNU General Public License v3.0
2.36k stars 299 forks source link

annoying Logsender #24

Closed frrrrrits closed 2 years ago

frrrrrits commented 2 years ago

im using two module and com.itsaky.androidide.logsender.LogeSender its compiled in that two module.

i suggested to add a feature that give user options, to use logesender or not.

What went wrong: Execution failed for task ':app:mergeLibDexDebug'. A failure occurred while executing com.android.build.gradle.internal.tasks.DexMergingTaskDelegate There was a failure while executing work items A failure occurred while executing com.android.build.gradle.internal.tasks.DexMergingWorkAction 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. Type com.itsaky.androidide.logsender.LogSender$Callback is defined multiple times: /storage/emulated/0/AndroidIDEProjects/app_name/library_one/build/.transforms/a3f5f5cd3e4e000b4145f4d283e66ebf/transformed/classes/classes.dex, /storage/emulated/0/AndroidIDEProjects/app_name/library_two/build/.transforms/187c6fa16d5942500a83d815c6ed2829/transformed/classes/classes.dex

itsaky commented 2 years ago

I'm sorry for the inconvenience.

However, this is a duplicate of #17.