一个python小函数揭露我的『编码设计智慧』
2026/1/16 13:19:09
Build file 'D:\系统默认\文档...\OTGDemo\app\build.gradle' line: 2 An exception occurred applying plugin request [id: 'com.android.application'] > Failed to apply plugin 'com.android.internal.application'. > 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. * Try: Run with --info or --debug option to get more log output. Run with --scan to get full insights.# 关键错误信息 Your project path contains non-ASCII characters. This will most likely cause the build to fail on Windows.