android studio android sdk下载地址

android studio安装后,因为公司网络原因,一直无法安装android sdk

后经过手机网络,安装android sdk成功如下,也可以手动下载后指定android sdk本地目录

https://dl.google.com/android/repository/source-35_r01.zip

https://dl.google.com/android/repository/platform-35_r02.zip

https://dl.google.com/android/repository/build-tools_r35_linux.zip

https://dl.google.com/android/repository/platform-tools_r35.0.2-linux.zip

Preparing "Install Sources for Android 35 (revision 1)".

Downloading https://dl.google.com/android/repository/source-35_r01.zip

"Install Sources for Android 35 (revision 1)" ready.

Installing Sources for Android 35 in /home/wang/Android/Sdk/sources/android-35

"Install Sources for Android 35 (revision 1)" complete.

"Install Sources for Android 35 (revision 1)" finished.

Preparing "Install Android SDK Platform 35 (revision 2)".

Downloading https://dl.google.com/android/repository/platform-35_r02.zip

"Install Android SDK Platform 35 (revision 2)" ready.

Installing Android SDK Platform 35 in /home/wang/Android/Sdk/platforms/android-35

"Install Android SDK Platform 35 (revision 2)" complete.

"Install Android SDK Platform 35 (revision 2)" finished.

Preparing "Install Android SDK Build-Tools 35 v.35.0.0".

Downloading https://dl.google.com/android/repository/build-tools_r35_linux.zip

"Install Android SDK Build-Tools 35 v.35.0.0" ready.

Installing Android SDK Build-Tools 35 in /home/wang/Android/Sdk/build-tools/35.0.0

"Install Android SDK Build-Tools 35 v.35.0.0" complete.

"Install Android SDK Build-Tools 35 v.35.0.0" finished.

Preparing "Install Android SDK Platform-Tools v.35.0.2".

Downloading https://dl.google.com/android/repository/platform-tools_r35.0.2-linux.zip

"Install Android SDK Platform-Tools v.35.0.2" ready.

Installing Android SDK Platform-Tools in /home/wang/Android/Sdk/platform-tools

"Install Android SDK Platform-Tools v.35.0.2" complete.

"Install Android SDK Platform-Tools v.35.0.2" finished.

Parsing /home/wang/Android/Sdk/build-tools/35.0.0/package.xml

Parsing /home/wang/Android/Sdk/emulator/package.xml

Parsing /home/wang/Android/Sdk/platform-tools/package.xml

Parsing /home/wang/Android/Sdk/platforms/android-35/package.xml

Parsing /home/wang/Android/Sdk/sources/android-35/package.xml

Android SDK is up to date.

安装完后sdk目录如下:

wang@wang-ThinkCentre-M930t-N000:~/Android/Sdk$ ls

build-tools emulator licenses platforms platform-tools sources system-images

platforms如下:

wang@wang-ThinkCentre-M930t-N000:~/Android/Sdk$ ls platforms/

android-34 android-35

wang@wang-ThinkCentre-M930t-N000:~/Android/Sdk$ ls platforms/android-34/

android.jar core-for-system-modules.jar optional skins uiautomator.jar

android-stubs-src.jar data package.xml source.properties

build.prop framework.aidl sdk.properties templates

platform-tools如下:

wang@wang-ThinkCentre-M930t-N000:~/Android/Sdk$ ls platform-tools/

adb fastboot lib64 make_f2fs_casefold mke2fs.conf package.xml sqlite3

etc1tool hprof-conv make_f2fs mke2fs NOTICE.txt source.properties

build-tools如下:

wang@wang-ThinkCentre-M930t-N000:~/Android/Sdk$ ls build-tools/34.0.0/

aapt core-lambda-stubs.jar lld-bin source.properties

aapt2 d8 llvm-rs-cc split-select

aarch64-linux-android-ld dexdump mipsel-linux-android-ld x86_64-linux-android-ld

aidl i686-linux-android-ld NOTICE.txt zipalign

apksigner lib package.xml

arm-linux-androideabi-ld lib64 renderscript

bcc_compat lld runtime.properties

sources如下,应该是各个接口文件

相关推荐
方白羽1 天前
Android Gradle 缓存与文件目录深度解析
android·gradle·android studio
badhope4 天前
做了几年安卓开发,这些坑我帮你踩过了
android·android studio
m0_526119409 天前
ssh key生成,gitee配置ssh
运维·gitee·ssh
我最爱吃鱼香茄子9 天前
【保姆级】Git配置用户名和邮箱(全局/局部)解决提交记录不识别、贡献图不亮问题
git·gitee·github·小白教程·git配置·程序员开发工具
我命由我123459 天前
Android 开发问题:EditText 控件的 android:imeOptions=“actionDone“ 属性不生效
android·java·java-ee·android studio·android jetpack·android-studio·android runtime
我命由我123459 天前
Android 开发问题:获取到的 Android ID 发生了变化
android·java·开发语言·java-ee·android studio·android jetpack·android runtime
我命由我123459 天前
Android 开发问题:Unable to find explicit activity class
android·java·java-ee·android studio·android jetpack·android-studio·android runtime
++==10 天前
git的安装以及基本命令使用、远程仓库的操作、vscode连接远程仓库进行项目的上传、gitee的使用
linux·git·gitee
QiLinkOS12 天前
QiLink开源生态的三维重构:基于时间、空间与社会价值的底层规则创新白皮书
大数据·c++·人工智能·科技·算法·gitee·开源
终将老去的穷苦程序员12 天前
基于Android Studio开发的安卓图书借阅管理系统
java·sqlite·android studio·android-studio