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

查看:28
本文介绍了如何使用 .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 install $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天全站免登陆