2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

UnityでAndroidbuildで「Gradle build failed. See the Console for details」エラーが出た時の解決法(複数ある物の1つ)

Posted at

今回起きていたAndroidbuildエラー

image.png
今回起きていたエラーは「Bulid failure」このエラーの文を翻訳すると「gradle ビルドに失敗しました。」

今回のエラーの解決方法

今回のエラーについていろいろ調べていたらAndroid SDKとかいろいろな原因が出てきたのですが全部試したも解決しませんでした
翌日buildsettingsを見ていると
image.png
Bundle Version Codeが0になっていてこれを1に変更してbuildしてみると無事buildできました
難しく考えないでよく見てみると解決できました

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?