Android Studio 不会更新说已经在最新版本上 [英] Android Studio won't update says already on newest version

查看:93
本文介绍了Android Studio 不会更新说已经在最新版本上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我尝试在 Android Studio 中检查更新"时,我收到以下消息:

When I try to 'Check for updates' in Android studio I get the following message:

您已经安装了最新版本的 Android Studio(预览版)."

"You already have the latest version of Android Studio (Preview) installed."

我使用的是 0.5.2 和此处列出的最新版本 http://tools.android.com/download/studio/canary/latest 是 0.5.4.我在检查更新时选择了 Canary 版本.有什么想法吗?

I am on 0.5.2 and the newest version listed here http://tools.android.com/download/studio/canary/latest is 0.5.4. I have canary builds selected when checking for updates. Any ideas?

推荐答案

正如 Scott Barta 在一条评论,这是因为您忽略了更新,所以它不会再询问您是否要更新.

As Scott Barta has pointed out in a comment, this is because you have ignored the update, so it won't ask you if you want to update to it anymore.

解决方案很简单,退出Android Studio,然后编辑其other.xml文件,将myIgnoredBuildNumbers块替换为以下内容:

The solution is simply to quit Android Studio, then edit its other.xml file, and replace the myIgnoredBuildNumbers block with the following one:

<option name="myIgnoredBuildNumbers">
  <value>
    <list size="0" />
  </value>
</option>

other.xml 位于您的 Android Studio 配置目录下:

other.xml is located under your Android Studio config directory:

  • 对于 Unix:~/.AndroidStudioPreview/config/options/other.xml
  • 对于Windows:%HOMEPATH%\.AndroidStudioPreview\config\options\other.xml(与Unix路径基本相同)
  • 对于 OS X:~/Library/Preferences/AndroidStudioPreview/options/other.xml
  • For Unix: ~/.AndroidStudioPreview/config/options/other.xml
  • For Windows: %HOMEPATH%\.AndroidStudioPreview\config\options\other.xml (basically the same as the Unix path)
  • For OS X: ~/Library/Preferences/AndroidStudioPreview/options/other.xml

参见这个问题它的答案 了解更多信息.

See this question and its answer for more information.

这篇关于Android Studio 不会更新说已经在最新版本上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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