Executing tasks: [:app:DownloadSources] in project C:\Users\Administrator\Desktop\frameworkAPI\a133\XStarAPI\app > Task :app:DownloadSources FAILED FAILURE: Build failed with an exception. * Where: Initialization script 'C:\Users\Administrator\AppData\Local\Temp\ijmiscinit.gradle' line: 25 * What went wrong: Execution failed for task ':app:DownloadSources'. > Could not resolve all files for configuration ':app:downloadSources_d775df64-246f-45d3-ba50-36ae7a6ee94f'. > Could not find C:sources:. Required by: project :app * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 838ms 1 actionable task: 1 executed
时间: 2024-04-29 18:20:14 浏览: 278
计算机组成教学课件:Chapter1-BasicStructureOfComputer完整.pptx
这是一个 Gradle 构建失败的错误信息,主要是由于执行任务 ':app:DownloadSources' 失败导致的。具体原因是无法解析配置 ':app:downloadSources_d775df64-246f-45d3-ba50-36ae7a6ee94f' 中的所有文件,原因是找不到路径 C:sources:。建议您运行带有 --stacktrace 选项的命令,以获取更详细的堆栈跟踪信息,并检查 Gradle 配置文件是否正确配置。
阅读全文