Android Studio导入项目时报错:
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.
原因:因为工程项目路径或者是工程名称包含了中文
解决办法:将中文改成英文,问题解决
本文介绍了当使用Android Studio导入项目时遇到的错误提示,详细解释了错误发生的原因是因为项目路径或名称中包含中文字符,并提供了修改为英文路径的解决方案。
1570

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



