Your build.gradle should contain something like that: android { dexOptions { javaMaxHeapSize "4G" } }. At the root of your project you need ...
確定! 回上一頁