Error:Execution failed for task ':app:transformClassesWithDexForDebug'. > com.android.build.api.transform.TransformException:..non-zero exit value 3

前端 未结 2 1148
予麋鹿
予麋鹿 2020-12-11 05:36

After Clean Project -> Rebuild Project my android project I am getting below error

Error:Execution failed for task \

2条回答
  •  庸人自扰
    2020-12-11 06:13

    The possible solution could be to specify play services you're using

    compile 'com.google.android.gms:play-services:8.3.0'
    

    for example like:

    compile 'com.google.android.gms:play-services-maps:8.3.0'
    

    It will decrease total methods amount.

提交回复
热议问题