AwesomeSplash icon indicating copy to clipboard operation
AwesomeSplash copied to clipboard

Why not work in Android Studio?

Open zyx7454210 opened this issue 7 years ago • 2 comments

compile 'com.github.ViksaaSkool:AwesomeSplash:v1.0.0' When i run my project in my phone

Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.

com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex

i delete the compile sentence my project becomes normal

zyx7454210 avatar Mar 01 '18 09:03 zyx7454210

Unable to merge dex, either you have some duplicate libs in your project or you have too many libs. My wild guess.

ViksaaSkool avatar Mar 08 '18 17:03 ViksaaSkool

Yes,you are right。There is something wrong in my external libraries.Thank you!

zyx7454210 avatar Mar 09 '18 02:03 zyx7454210