问题:
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.
Open File

Your project path contains non-ASCII characters. This will most likely cause the build to fail......

解决:
一)、项目路径有中文,把中文的修改为英文。
二)、:项目中的gradle.properties中添加

com.android.build.gradle.overridePathCheck=true,
(第二个方法未试过,暂未知是否有效果)

相关文章:

  • 2021-12-18
  • 2021-11-29
  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-27
  • 2022-12-23
  • 2022-01-30
  • 2022-12-23
  • 2021-07-05
  • 2022-12-23
相关资源
相似解决方案