利用sbit实现位寻址:高效寄存器配置方法
2026/1/14 1:36:27
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.