AndroidStudio导入项目出现Your project path contains non-ASCII characters错误

时间:2016-12-20 14:03:19   收藏:0   阅读:3082

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. 

 

其实很简单,就是让专业点,项目导入的路径不要存在中文。

 

原文:http://www.cnblogs.com/sy171822716/p/6202194.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!