Windows下,Android Studio项目路径中包含中文字符无法编译的问题


Android Studio项目路径中包含中文字符无法编译的问题报错Your project path contains non-ASCII characters.

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.

解决方法:

1、打开gradle.properties配置文件
2、添加属性 com.android.build.gradle.overridePathCheck=true
3、选中项目->Build->Clean Project清除一下项目,重新Run一下就通过了 .

注:此方法只能解决java代码的问题。如果工程中还有C++工程,CMake编译的时候还是会报错。

解决办法是创建中文路径的软连接。打开cmd,键入如下命令:
    mklink /d 软连接路径 目标中文路径
    
    eg:
    mklink /d D:\mobile\src\demo\linkdir D:\mobile\src\demo\中文工程test路径
为 D:\mobile\src\demo\linkdir <<===>> D:\mobile\src\demo\中文工程test路径 创建的符号链接
创建成功后,用Android Studio打开软连接路径下的工程即可。


评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值