解决AndroidStudio导入工程报错:“Your project path contains non-ASCII characters.”

说明:之前一直用eclipse编辑安卓代码,有些工程文件是存放在“中文目录”下的,eclipse使用正常。 现在换用AndroidStudio后, 导入中文目录下的工程文件,报如下错误:

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


解决方法:工程文件不能存放在中文目录下,把汉字改为英文即可。

猜你喜欢

转载自blog.csdn.net/a15273237559/article/details/50446046
今日推荐