Android Studio 3.0 Execution failed for task: unable to merge dex

前端 未结 26 3513
野性不改
野性不改 2020-11-27 11:52

android studio was getting build error while build execution with following:

Error:Execution failed for task \':app:transformDexArchiveWithExternalLi

26条回答
  •  佛祖请我去吃肉
    2020-11-27 12:14

    The easiest way to avoid suck kind of error is:

    -Change library combilesdkversion as same as your app compilesdkversion

    -Change library's supportLibrary version as same as your build.gradle(app)

提交回复
热议问题