1
问题出错提示:
Error:Failed to open zip file.
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)
Re-download dependencies and sync project (requires network)
解决办法:删除根目录下的gradle文件夹,在as中重新构建即可。
2
问题出错提示:
21:31:44 EmptyThrowable: Failed to create the SD card.
21:32:23 EmptyThrowable: Failed to create the SD card.
21:33:22 EmptyThrowable: Failed to create the SD card.
解决办法,执行:
sudo apt-get install lib32stdc++6
本文介绍了解决Gradle依赖错误的方法,包括删除gradle文件夹并重新构建项目;同时提供了针对无法创建SD卡的问题解决方案,通过安装lib32stdc++6来修复。

被折叠的 条评论
为什么被折叠?



