阿里云仓库地址
-
https://maven.aliyun.com/mvn/guide
-
https://maven.aliyun.com/repository/central
-
https://maven.aliyun.com/repository/public
-
https://maven.aliyun.com/repository/gradle-plugin
-
https://maven.aliyun.com/repository/apache-snapshots
浏览器可以查看:
https://mvnrepository.com/artifact/com.android.tools.build.jetifier/jetifier-processor/1.0.0-beta10
通过地址直接下载:
https://maven.google.com/com/android/tools/build/jetifier/jetifier-processor/1.0.0-beta10/jetifier-processor-1.0.0-beta10.pom
https://maven.google.com/com/android/tools/build/jetifier/jetifier-core/1.0.0-beta10/jetifier-core-1.0.0-beta10.pom
gradle设置:
maven{
//url ‘https://mvnrepository.com’
// url ‘https://developer.huawei.com/repo/’
// url ‘https://maven.aliyun.com/repository/gradle-plugin’
//url ‘https://maven.aliyun.com/repository/public’
//url ‘https://maven.aliyun.com/nexus/content/repositories/gradle-plugin’
}
mavenCentral()
gradlePluginPortal()
Android Studio 版本和所需的 AGP 版本
https://developer.android.com/studio/releases?hl=zh-cn


AndroidStudio下载地址
https://developer.android.com/studio?hl=zh-cn
Gradle插件 所有版本
https://developer.android.com/build/releases/past-releases/agp-4-2-0-release-notes?hl=zh-cn
Gadle插件本地目录
C:\Users\Administrator.gradle\caches\modules-2\files-2.1\com.android.tools.build\gradle
C:\Users\Administrator.m2\repository\com\android\tools\build\bundletool
C:\Users\Administrator.gradle\caches\modules-2\files-2.1\com.android.tools.build\bundletool
Gradle所有版本下载地址
https://services.gradle.org/distributions/
NDK 修订历史记录
https://developer.android.com/ndk/downloads/revision_history?hl=zh-cn

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



