AndroidStudio导入他人项目时报错:Error:(1, 0) Your project path contains non-ASCII characters错误

编写不易,如有转载,请声明出处: 梦回河口:http://blog.csdn.net/zxc514257857/article/details/63407104

  错误的全称如下:

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.

  截图如下:
这里写图片描述

  原因为,在你导入的项目路径中含有不符合规范的字符,检查一下是否路径中有中文或其他特殊符号!

----------因本人才疏学浅,如博客或Demo中有错误的地方请大家随意指出,与大家一起讨论,共同进步,谢谢!----------

你可能感兴趣的:(【Android报错信息归纳】)