FAILURE: Build failed with an exception. が出た時のメモ

タイトルは適切ではないかもしれませんが、
こんなエラーが出ました。
とはいえ、場所もエラー内容も書いてくれてるみたいなので、
簡単に解決できそうではありますが・・・。

FAILURE: Build failed with an exception.

* Where:
Build file ‘/Users/*****/cocos2d/cocos/platform/android/libcocos2dx/build.gradle’ line: 1

* What went wrong:
A problem occurred evaluating project ‘:libcocos2dx’.
> Failed to apply plugin [id ‘com.android.library’] > Gradle version 2.10 is required. Current version is 2.4. If using the gradle wrapper, try editing the distributionUrl in /Users/*****/proj.android-studio/gradle/wrapper/gradle-wrapper.properties to gradle-2.10-all.zip

* Try:
Run with –stacktrace option to get the stack trace. Run with –debug option to get more log output.

BUILD FAILED

Total time: 27.936 secs
Error running command, return code: 1.

・Where
おそらく、このファイルのline: 1にエラーがあるのだろう・・・。

・What went wrong
うまくいかなかったこと。
プラグインをapplyできませんでした。

その次が、Gradleのバージョンが違いますということかな?

・Try
これを試したらいいんだろうけど・・・。
どういうことだろう。

 

Gradleのバージョンをいじってみる

http://memomemoandroid.blogspot.jp/2016/04/android-studio-20instant-run.html
こちらを参考に、Android Studioの左上、
Gradle Scripts->gradle-weapper.propatiesを開いて、

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

これを

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

こうしたら、とりあえず進みました。

 

英語のサイトにはいろいろ書いてますが、よめない。
少しずつ読めるようにならないとなー。

とりあえず、これでデバッグは最後まで進んだ!
あとは実機にインストール出来れば完成だ。

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください