LoginSignup
3
3

More than 5 years have passed since last update.

【AndroidStudio】Failed to complete Gradle Execution

Posted at

AndroidStudio v0.8.2

アプリが実行できなくなった。
下記メッセージが表示される。

Failed to complete Gradle execution
Cause:
A fatal exception has occurred. Program will exit

ここ の通りにGradleの設定を変更したら直った。
File -> Settings -> Gradle
"Gradle VM options:"に-XX:MaxHeapSize=256m -Xmx256mと入力する。

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3