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

查看:364
本文介绍了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.检查更新时,我选择了金丝雀版本.有什么想法吗?

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天全站免登陆