当前位置: 首页 > article >正文

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如下,应该是各个接口文件 


http://www.kler.cn/a/465365.html

相关文章:

  • Oracle Dataguard(主库为 Oracle 11g 单节点)配置详解(3):配置备用数据库
  • Qt qtcreator配置cmake
  • 逻辑推理算法
  • Spring Boot 各种事务操作实战(自动回滚、手动回滚、部分回滚)
  • lec5-传输层原理与技术
  • 【Vue3】h、ref:vue3的两个新特性(重要)-h和ref
  • matlab 实现了一个基于阵列信号处理的空间角和极化参数估计系统
  • 【2024年-8月-29日-开源社区openEuler实践记录】A - Ops:智能运维新时代的开源利器
  • Linux centos7 docker安装 (yum快速安装)
  • 深入剖析 Java HashMap
  • 跟着逻辑先生学习FPGA-实战篇第二课 6-2 LED灯流水灯实验
  • 为什么最好吧css的link标签放在head之间?
  • java进阶:seata分布式事务未生效问题排查纪实|主事务回滚成功,分支事务未回滚
  • C# 设计模式(创建型模式):建造者模式
  • RSA e与phi不互质(AMM算法进行有限域开根)
  • PostgreSQL的备份方式
  • Ubuntu 系统配置指南:Fcitx5 输入法与 KDE 桌面环境安装教程
  • mac m2 安装 docker
  • SQL-leetcode-197. 上升的温度
  • Day 20:日志管理与 Logback
  • Go语言在实际项目中的应用:从RESTful API到日志监控 (十四)
  • wordpress右侧浮动咨询台插件
  • 频域滤波为什么使用psf2otf函数?
  • 大语言模型(LLMs)数学推理的经验技巧【思维链CoT的应用方法】
  • 【JavaWeb后端学习笔记】MySQL的常用函数(字符串函数,数值函数,日期函数,流程函数)
  • Java学习-Redis