Skip to main content

Posts

Showing posts with the label Failed to complete Gradle execution

Android Studio: Failed to complete Gradle execution

Problem: Failed to complete Gradle execution Cause:  A fatal exception has occurred. Program will exit Solution Go to File -> Settings -> Gradle Input the following in the "Gradle VM options:" box: -XX:MaxHeapSize=256m -Xmx256m Hit apply and Android Studio should build your project successfully.