com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException

前端 未结 1 940
南笙
南笙 2021-01-06 12:05

I am using Android studio 1.2.2. I\'ve integrated maps 4 work sdk, after this the Build is failing, We are using google play services lib in our project (using only com.goog

相关标签:
1条回答
  • 2021-01-06 13:07

    Try adding

    dexOptions{        
        incremental true 
        javaMaxHeapSize "4g" 
    }
    
    0 讨论(0)
提交回复
热议问题