出现两条报错如:Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin [id 'com.android.internal.application']

出现两条报错如:Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin [id '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.properties添加一句话:

android.overridePathCheck=true
1
然后刷新即可

原文链接:https://blog.csdn.net/qq_18108159/article/details/109090264

posted @ 2022-02-19 12:01  stdxxd  阅读(327)  评论(0)    收藏  举报