- https://dl.google.com/android/adt/adt-bundle-mac-x86_64-20140702.zip
- https://dl.google.com/android/adt/adt-bundle-linux-x86-20140702.zip
- https://dl.google.com/android/adt/adt-bundle-linux-x86_64-20140702.zip
- https://dl.google.com/android/adt/adt-bundle-windows-x86-20140702.zip
- https://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702.zip
Installer:
- https://dl.google.com/dl/android/studio/install/2024.3.2.14/android-studio-2024.3.2.14-cros.deb
- https://dl.google.com/dl/android/studio/install/2025.1.1.9/android-studio-2025.1.1.9-mac.dmg
- https://dl.google.com/dl/android/studio/install/2025.1.1.9/android-studio-2025.1.1.9-mac_arm.dmg
- https://dl.google.com/dl/android/studio/ide-zips/2024.3.2.14/android-studio-2024.3.2.14-linux.tar.gz
- https://dl.google.com/dl/android/studio/install/2025.1.1.19/android-studio-2025.1.1.19-windows.exe
- https://dl.google.com/dl/android/studio/ide-zips/2024.3.2.14/android-studio-2025.1.1.19-windows.zip
Archieves: https://developer.android.com/studio/archive
gradle: https://services.gradle.org/distributions/gradle-{revision}-all.zip
build-tools: https://dl.google.com/android/repository/build-tools_{revision}-windows.zip
sdk-platform: https://dl.google.com/android/repository/platform-{num}_{revision}.zip
- direct links
- webpage
- googlesource url: https://android.googlesource.com/platform/prebuilts/ndk
The cmake in android-studio may contains ninja, if you install cmake by your self,
you may need download at https://github.com/ninja-build/ninja/releases, and copy to directory of cmake.exe
https://dl.google.com/android/studio/maven-google-com/stable/offline-gmaven-stable.zip
buildscript {
repositories {
maven { url 'https://maven.aliyun.com/repository/google/' }
maven { url 'https://maven.aliyun.com/repository/jcenter/'}
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
maven { url 'https://maven.aliyun.com/repository/google/' }
maven { url 'https://maven.aliyun.com/repository/jcenter/'}
}
}distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=file:///d:/dev/adt/gradle-7.5-bin.zip