关于#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. 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.
Open File

我想要达到的结果

帮我用向日葵调试一下,谢谢了

。。。,这不明摆着告诉你的吗?
如果你看不懂英语的话,我教你,复制,百度,粘贴,搜索
https://fanyi.baidu.com/#en/zh/Your%20project%20path%20contains%20non-ASCII%20characters.%20This%20will%20most%20likely%20cause%20the%20build%20to%20fail%20on%20Windows.%20Please%20move%20your%20project%20to%20a%20different%20directory.%20See%20http%3A%2F%2Fb.android.com%2F95744%20for%20details.%20This%20warning%20can%20be%20disabled%20by%20adding%20the%20line%20'android.overridePathCheck%3Dtrue'%20to%20gradle.properties%20file%20in%20the%20project%20directory.

img

项目目录有中文

项目中有非anscii的编码格式的字符,检查一下是否有中文,如果是复制的代码建议复制到记事本里面改下编码格式,中文一般是知道uft-8格式的编码,anscii不支持中文