Failed to crunch file - Android studio (app:mergeDebugResources)

后端 未结 9 1623
孤城傲影
孤城傲影 2020-12-08 13:15

i am currentyl trying to implement Google ActivityRecognitionApi. However i get following errors:

Error:Failed to crunch file C:\\Users\\marschall\\

9条回答
  •  [愿得一人]
    2020-12-08 14:16

    I am using android studio with react-native. I faced the same error regarding 'failed to crunch file'. I just updated my project's gradle from 2.3 to

    dependencies {
        classpath 'com.android.tools.build:gradle:3.0.1'
    } 
    

    and all started working again.

提交回复
热议问题