http://tools.android.com/download/studio/canary 每周都有更新,不内置SDK
html
NOTE: These .zip files do not contain an embedded SDK install. If you have an existing install of Studio which contains an embedded SDK, if you upgrade by installing one of these zips, make sure you copy over the SDK as well.android
http://tools.android.com/download/studio/dev 版本对应下面↓,不内置SDKandroid-studio
http://developer.android.com/sdk/installing/studio.html 开发者官网,内置SDK
浏览器
This download includes:app
Android Studio early access previewgoogle
All the Android SDK Tools to design, test, debug, and profile your appspa
The latest Android platform to compile your appdebug
The latest Android system image to run your app in the emulatororm
若是已经从官网安装了Android Studio,应该能够经过canary和dev channel下载的zip解压覆盖,完成更新.xml
SDK下载 能够选择SDK Tools Only 下载.解压到本身指定的目录,运行SDK Manager便可在线更新.
如需离线更新SDK,能够经过SDK Manage每次打开时显示的Log,浏览器中打开但愿更新的文件xml地址,在页面中找到文件名,更改xml地址后缀为文件名,复制到迅雷便可下载.
下载完成后,复制到,SDK目录下的temp中,在打开SDK Manager,选择更新的文件,由于文件已经下载,因此显示Downloading只有几秒,而后开始解压安装.
例子:
要安装Intel x86 Atom System Image以建立更快的模拟器,查看Log
知道文件xml地址为:https://dl-ssl.google.com/android/repository/sys-img/x86/sys-img.xml,在浏览器中打开,能够找到各个版本SDK对应的文件名:
要用迅雷下载sysimg_x86-19_r02.zip,可知其下载地址为:https://dl-ssl.google.com/android/repository/sys-img/x86/sysimg_x86-19_r02.zip
离线更新AndroidStudio注意事项:
从 http://tools.android.com/download/studio/canary/latest 下载最新Canary版本离线包。
例以下载0.5.8,解压后的android-studio文件夹下有四个文件夹和三个文本。
到本地Android Studio的安装目录(C:\Android\android-studio),备份“四个文件夹和三个文本”,而后删除本来,复制新的过去。
打开,出现提示: This version of Android Studio may not work correctly without Android SDK Tool revision 22.6.2 or above.
而后就按要求下载更高级版本的SDK吧。