Skip to content Skip to sidebar Skip to footer

Android Studio Error "java Heap Space"

I'm developing an Android app in Android Studio and today suddenly it doesn't compile when I press the 'Run' button. The error is this: Error:Execution failed for task ':app:pa

Solution 1:

I have tried many solutions but finally, this helped me to solve this problem : -

distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip

use this line in your "gradle-wrapper.properties". hope it helps others too.

Post a Comment for "Android Studio Error "java Heap Space""