中文路径导致的报错
程序员文章站
2022-03-11 08:17:16
Error:Your project path contains non-ASCII characters.根据提示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.proper...
Error:Your project path contains non-ASCII characters.
根据提示
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.
在gradle.properties中添加
com.android.build.gradle.overridePathCheck=true
即可
或者更简单的
把现有的项目的路径修改为不包含英文的。
但是经测试貌似添加
com.android.build.gradle.overridePathCheck=true
的方法后续还会有问题
而中文路径改成英文后可以运行了
所以还是不要用中文路径了
本文地址:https://blog.csdn.net/qq_24440801/article/details/107178812
上一篇: 限制文本框中只能输入实数或整数,其它字符无效,有劳大家了!
下一篇: 正则表达式的基本知识
推荐阅读
-
深入分析NTFS中文件被锁定导致Process.Start失败的详解
-
深入分析NTFS中文件被锁定导致Process.Start失败的详解
-
filezilla出现路径错误导致无法启动怎么办?filezilla无法启动的解决方法
-
在android开发中尽量不要使用中文路径的问题详解
-
php+AJAX传送中文会导致乱码的问题的解决方法
-
jsp下显示中文文件名及绝对路径下的图片解决方法
-
filezilla出现路径错误导致无法启动怎么办?filezilla无法启动的解决方法
-
在android开发中尽量不要使用中文路径的问题详解
-
VS.net VSS时,编译报错:未能向文件“.csproj.FileListAbsolute.txt”写入命令行 对路径 的访问被拒绝。
-
django项目运行因中文而乱码报错的几种情况解决