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

Android studio 加载项目时报错(Your project path contains non-ASCII characters. This will most likely cause)

即在项目的gradle.properties中添加:

android.overridePathCheck=true

相关文章:

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