Build. Gradle on Android and add the following script:

dexOptions { 
    incremental trueJavaMaxHeapSize "4 g"}Copy the code