可不可以用新版的 zip 文件直接解压到旧版安装目录完成升级?
可不可以用新版的 zip 文件直接解压到旧版安装目录完成升级?
1
facat Aug 21, 2015 via Android
可以啊
|
2
mxalbert1996 Aug 21, 2015
最好不要
|
3
v2ewonder Aug 21, 2015 via Android
有些功能报异常。
|
4
KNOX Aug 22, 2015
为什么不直接增量 update ?
|
6
holmesabc Aug 22, 2015
可以, 但你要手动删旧版的库.
主要是 lib 还有 plugin/android/lib 里面, 覆盖后有些库,有新版本, 你要把旧版本删掉. 看文件名字, 有文件名字一样, 后面的版本号不一样的, 删掉旧的 |
7
WispZhan Aug 22, 2015
直接删掉不就得了?
IntelliJ 框架的配置文件统一存放在 user ( home ) 目录下面,删了程序本体基本上不会改变原来的配置 |
8
a0000 Aug 22, 2015 via Android
借楼咨询,首先谢谢楼主了。为啥 ubuntu14.04 下我的 android studio 一直停在 gradle running building 呢(公司项目会有这个问题,写个 hello world 就没事), gradle 配置文件已经配置 http 和 https 代理,代理确认是好的,有人碰到过这个问题吗?
|
9
haogefeifei Aug 22, 2015
直接删了,反正 sdk 和配置不在里面。。。 至于插件什么的重装一下就好。。。
|
10
phx13ye Aug 22, 2015
arch 党都是从 archlinuxcn 镜像自动升级的
|
13
darnurash OP https://code.google.com/p/android/issues/detail?id=56068#c3
在 http://dl.google.com/android/studio/patches/updates.xml 找 build 号, The patch is located at http://dl.google.com/android/studio/patches/AI-130.687321-130.692269-patch-unix.jar (syntax is "AI-$FROM-$TO-patch-unix.jar", where you get the from/to using the updates.xml file ) Once you have that file: $ cd android-studio-directory $ java -classpath /path/to/AI-130.687321-130.692269-patch-unix.jar com.intellij.updater.Runner install $PWD |
14
xxxifan Aug 23, 2015
覆盖过一次,打开 as 直接提示有问题建议我重新安装(真厉害。。从此我手动下载的时候都是删掉 as 目录然后解压新版
|