Android Studio国内仓库配置

复制代码
handler.google()
handler.jcenter()
handler.mavenCentral()
handler.maven { url 'https://jitpack.io' }
handler.maven { url 'LocalRepository' }
handler.maven { url 'https://oss.sonatype.org/content/repositories/public' }
handler.maven { url 'https://maven.aliyun.com/repository/central' }
handler.maven { url 'https://maven.aliyun.com/repository/public' }
handler.maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
handler.maven { url 'https://maven.aliyun.com/repository/apache-snapshots' }
handler.maven { url 'https://www.jitpack.io' }

目前亲测使用最顺手,也不需要翻墙,资料也能下载

相关推荐
雪芽蓝域zzs1 天前
uniapp 修改android包名
android·uni-app
用户2018792831671 天前
厨房里的协程大冒险:launch与async的烹饪之旅
android
用户2018792831671 天前
浅析协程与挂起函数实现原理
android
木易士心1 天前
Android Handler 机制原理详解
android·app
用户2018792831671 天前
CoroutineDispatcher的"自由精灵" - Dispatchers.Unconfined
android
用户2018792831671 天前
用 “奶茶连锁店的部门分工” 理解各种 CoroutineScope
android
黄额很兰寿1 天前
深入源码理解LiveData的实现原理
android
黄额很兰寿1 天前
flow 的冷流和热流 是设么有什么区别?
android
Digitally1 天前
如何将 Android 联系人备份到 Mac 的 4 种简单
android·macos
2501_915918411 天前
iOS 混淆与 IPA 加固一页式行动手册(多工具组合实战 源码成品运维闭环)
android·运维·ios·小程序·uni-app·iphone·webview