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

前端 未结 26 3469
野性不改
野性不改 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:18

    I had this when requested SDK version didn't match the dependencies. You can click the line highlighted and fix this clicking the red light bulb. No need to find the actual version, just let the IDE figure it out for you. And add google repo to maven config.

提交回复
热议问题