てりーぬの成長ブログ

1. 私の記録(ブログ)が誰かの役に立つように。1. 私のイラストでほっこり笑顔を届ける。1. たくさんの人に見てもらえるように工夫する。1. 自分が見返したとき笑顔になれるように記録を残す。

Caused by: org.gradle.api.internal.plugins.PluginApplicationException:

Android Studio Error

Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin 'com.android.internal.application'. Caused by: org.gradle.api.tasks.StopExecutionException: Your project path contains non-ASCII characters. This will most likely cause the build to fail on Windows. Please move your project to a different directory. See http://b.android.com/95744 for details. This warning can be disabled by adding the line 'android.overridePathCheck=true' to gradle.properties file in the project directory.

対応:

Gradle JDK: Android Studio default JDK → 11 効果なし

プロジェクトファイル保存先変更(日本語を含まない) 解決

 

参考:

https://qiita.com/nakashimaakio/items/26a4b1fafc648b8524e7