Error:(1, 0) 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 using the command line flag -Dcom.android.build.gradle.overridePathCheck=true, or adding the line com.android.build.gradle.overridePathCheck=true’ to gradle.properties file in the project directory.
Open File
解决方法:所有的路径都要用英文。就是包括SDK JDK ADT Eclipse 还是工程存储位置,所有的路径都要改成英文。我改了之后就可以了。估计是用不到了,希望能对后面百度到这个问题的人有用
本文介绍了一个关于项目路径包含非ASCII字符导致构建失败的问题及解决方案。指出所有路径需使用英文字符,并提供了修改路径后的成功案例。
1567

被折叠的 条评论
为什么被折叠?



