内容简介:Android Studio 版本离线更新的正确方法(实测)
狗窝已经被村委剪掉网线三个多月了,虽然没多大影响,但实际开发过程中总是遇到各种各样的不方便。
比如:android studio 更新。
话说,Kotlin 出来了,作为一枚比较不喜 Java 语言的人来说,肯定要第一个尝鲜了。但是Canary版本也迭代很快啊,一个月要迭代好几个版本的感觉。
废话不多说,现实测更新 Android Studio。
1. 首先看 Android Studio 当前版本号:
在 Help >> About >> 查看 Build #AI-xxxxxx

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盘好像权限受限了。所以需要使用“管理员”身份打开,再执行
管理员打开


(比如我的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"
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- 实测:Kubernetes 1.6 中的混合 DNS
- 《统计学习方法》的Python 3.6复现,实测可用
- 实测 Maven 上传 jar 包到私服的方法归纳
- 裂墙推荐!国产Java代码补全神器,aiXcoder 2.0实测
- Website Planet实测:5个热门网站代管平台皆含有安全漏洞
- CentOS 7.5数据库架构之NFS+Heartbeat+DRBD实测
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
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》 这本书的介绍吧!