Android studio 3.0 Canary 6 A failure occurred while executing com.android.build.gradle.tasks.MergeResources$FileGenerationWorkAction

后端 未结 7 1657
情书的邮戳
情书的邮戳 2021-02-13 04:56

All was fine until i updated the android studio to Canary 6, When i rebuild or clean or whatever with project it\'s throw :

A failure occurred while exec

7条回答
  •  一整个雨季
    2021-02-13 05:36

    There is a lot problems with android studio canary 6, the best way to solve that is to change your class path in the dependencies in your gradle to

    classpath 'com.android.tools.build:gradle:2.3.3' 
    

提交回复
热议问题