Android Studio 版本离线更新的正确方法(实测)

栏目: 编程工具 · Android · 发布时间: 7年前

内容简介:Android Studio 版本离线更新的正确方法(实测)

狗窝已经被村委剪掉网线三个多月了,虽然没多大影响,但实际开发过程中总是遇到各种各样的不方便。

比如:android studio 更新。

话说,Kotlin 出来了,作为一枚比较不喜 Java 语言的人来说,肯定要第一个尝鲜了。但是Canary版本也迭代很快啊,一个月要迭代好几个版本的感觉。

废话不多说,现实测更新 Android Studio。

1. 首先看 Android Studio 当前版本号:

在 Help >> About >> 查看 Build #AI-xxxxxx

Android Studio 版本离线更新的正确方法(实测)

2. 查看最新版本:

https://dl.google.com/android/studio/patches/updates.xml

上面链接中的 number = xxxxx

<build apiVersion="AI-171.4249.39" number="AI-171.4101728" version="3.0 Canary 4">

3. 下载相应的补丁:

http://dl.google.com/android/studio/patches/AI-171.4056697-171.4101728-patch-win.jar

4. 更新:

Win10下,C盘好像权限受限了。所以需要使用“管理员”身份打开,再执行

管理员打开

Android Studio 版本离线更新的正确方法(实测) 否则,会提示权限不足 Android Studio 版本离线更新的正确方法(实测)

(比如我的AS安装在: “C:\Program Files\Android\android-studio”)

java -classpath AI-171.4056697-171.4101728-patch-win.jar com.intellij.updater.Runner install "C:\Program Files\Android\android-studio"

Android Studio 版本离线更新的正确方法(实测)


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Data Structures and Algorithms

Data Structures and Algorithms

Alfred V. Aho、Jeffrey D. Ullman、John E. Hopcroft / Addison Wesley / 1983-1-11 / USD 74.20

The authors' treatment of data structures in Data Structures and Algorithms is unified by an informal notion of "abstract data types," allowing readers to compare different implementations of the same......一起来看看 《Data Structures and Algorithms》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

随机密码生成器
随机密码生成器

多种字符组合密码

SHA 加密
SHA 加密

SHA 加密工具