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

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

    I Have Done and fixed this issue by just doing this jobs in my code

    Open ->build.gradle Change value from

    compile 'com.google.code.gson:gson:2.6.1'
    

    to

    compile 'com.google.code.gson:gson:2.8.2'
    

提交回复
热议问题