AwesomeSplash
AwesomeSplash copied to clipboard
Why not work in Android Studio?
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
Unable to merge dex, either you have some duplicate libs in your project or you have too many libs. My wild guess.
Yes,you are right。There is something wrong in my external libraries.Thank you!