android studio gradle build running慢 卡住不动 失败 原因与解决方式

快速导航

分析原因

主要原因是 gradle 构建时无法从网络获取需要的包或库。

解决办法

将国外库替换为阿里云镜像库。

例如 google 对应的库是

maven { url 'https://maven.aliyun.com/repository/google' }

相关推荐
王六岁2 天前
UIAutomatorViewer 安装指南 (macOS m3pro 芯片)
android studio
Mr_万能胶4 天前
到底原研药,来瞧瞧 Google 官方《Android API 设计指南》
android·架构·android studio
BINGCHN4 天前
NSSCTF每日一练 SWPUCTF2021 include--web
android·前端·android studio
Ryan ZHENG5 天前
[Android][踩坑]Android Studio导入core-libart.jar
android·android studio·jar
BoomHe5 天前
车载应用配置系统签名
android·android studio
路人甲ing..5 天前
用 Android Studio 自带的模拟 Android Emulator 调试
android·java·ide·ubuntu·kotlin·android studio
路人甲ing..5 天前
Android Studio 模拟器报错 The emulator process for AVD xxxxx has terminated.
android·java·ide·kotlin·android studio
bqliang6 天前
从喝水到学会 Android ASM 插桩
android·kotlin·android studio
圆肖6 天前
File Inclusion
android·ide·android studio
花花鱼7 天前
android studio引用三方库的方法,比如SmartRefreshLayout
android·ide·android studio