壮心未与年俱老,死去犹能作鬼雄。这篇文章主要讲述Android Studio常见问题相关的知识,希望能为你提供帮助。
Q1:Gradle ‘××ב project refresh failed.
re-download dependencies and sync project (requires network)
It basically means that the gradle zip file in the cache folder is corrupted, if you don‘t want to change the version like the up-voted answer
then you must delete the folder for your gradle version you‘re using for this project from the below path.Then just retry the sync and android studio will download it againC:\Users\ [user here]\.gradle\wrapper\dists ex: if you‘re using 3.3 for this project you‘d be deleting the folderC:\Users\[user here]\.gradle\wrapper\dists\gradle-3.3-all
【Android Studio常见问题】
推荐阅读
- Xamarin.Forms开发APP
- android定义dialog
- Android Studio 新手常见错误(Gradle DSL method not found: 'runProguard()')
- Android ContentProviderContentResolver和ContentObserver的使用
- 关于Android中50M+的文本处理细节
- Appium自动测试框架常用API
- Appium运行脚本初始化数据
- Python如何使用OpenCV检测图像中的形状()
- 如何在Python中使用OpenCV检测图像中的轮廓()