Error:(1, 0) Your project path contains non-ASCII characters. This will most likely cause the build

Error:(1, 0) Your project path contains non-ASCII characters. This will most likely cause the build to failonWindows. 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'togradle.propertiesfile in the project directory.F:\项目\@功能\InstantmessagingXX\app\build.gradle">Open File

当我们打开一个新的项目时,有可能会遇到这个问题,错误的提示说当前项目中含有non-ASCII字符,就是
目中有我们的中文字符。当我们点击指示的Open File时会打开build.gradle,但是一看没有中文啊!当然这句话话
得也不对(新建的Module也可以是中文)编译时是不会报这个错的。
其实我们的项目中一般都不会出现“所谓”的中文,引起这个错的原因是我们把该项目放进了一个中文的目
开编译时就会报这个错。我已经把我这个目录中给标红了是有中文的,所以就会报错。

解决的办法:把你打开的项目移动到英文的目录中就行了。不信?你试试!

你可能感兴趣的:(android)