如何使用.jar文件更新Android Studio? [英] How to update Android Studio with .jar file?

查看:80
本文介绍了如何使用.jar文件更新Android Studio?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将我的Android Studio从v0.1更新到v0.2.5,然后下载.jar文件

I want to update my Android Studio from v0.1 to v0.2.5 and download the .jar file from here. But I don't know what can I do with this!

有人可以帮助我吗?

推荐答案

注意:从0.1.9到0.2没有可用的补丁程序更新.要从Android Studio 0.1.x更新到0.2.x,您必须从此页面安装新的Android Studio捆绑包.这样做的原因是,我们对捆绑的SDK进行了更改,使其包括预先配置的本地Maven存储库,该存储库可以提供v4支持库,并且是创建新项目所必需的.

Note: There is not a patch update available from 0.1.9 to 0.2. To update from Android Studio 0.1.x to 0.2.x, you must install a new Android Studio bundle from this page. The reason for that is that we have made changes to the bundled SDK such that it includes a pre-configured local Maven repository which can serve up the v4 support library and which is required for creating new projects.

来自 http://developer.android.com/sdk/installing/studio .html#Revisions

那么为什么不下载新版本的Android Studio?

So why not downloading a new version of Android Studio?

更新:如果无法通过网络更新.试试这个:

Update: If you can't update by network. Try this:

java -classpath/path/to/AI-130.687321-130.692269-patch-unix.jar com.intellij.updater.Runner安装$ PWD

java -classpath /path/to/AI-130.687321-130.692269-patch-unix.jar com.intellij.updater.Runner install $PWD

来自 https://code.google.com/p/android/issues/detail?id = 56068

这篇关于如何使用.jar文件更新Android Studio?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆