计算机深度学习毕设实战-基于CNN卷积神经网络对猫狗识别基于python_CNN深度学习卷积神经网络对猫狗识别
2026/1/13 23:50:15
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.