天天看点

Android Error:Your project path contains non-ASCII characters.

使用Android Studio导入project时,出现以下错误:

Error: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.

Consult IDE log for more details (Help | Show Log)
           

原因很简单,就是工程项目路径或者项目名称包含了中文,改掉后重新导入就好了!