首页 > 移动平台 > 详细

Android Studio常见问题

时间:2017-04-19 09:34:25      阅读:378      评论:0      收藏:0      [点我收藏+]

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 again C:\Users\ [user here] \.gradle\wrapper\dists ex: if you‘re using 3.3 for this project you‘d be deleting the folder C:\Users\[user here]\.gradle\wrapper\dists\gradle-3.3-all

 

Android Studio常见问题

原文:http://www.cnblogs.com/weslie/p/6731559.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!