【问题标题】:Android studio update not showingsAndroid Studio 更新未显示
【发布时间】:2016-08-07 01:22:32
【问题描述】:

我的 Mac 操作系统中有 Android Studio 版本 1.5.1。根据http://tools.android.com/download/studio/builds/2-0,市场上可用的最新版本是 2.0

当我尝试更新时,它会显示以下警报。

它表明我安装了最新版本。知道是什么导致了这个错误吗?我需要下载全新的设置吗?

我尝试过使缓存无效并重新启动工作室,但没有成功。

【问题讨论】:

  • 请看下面的答案。

标签: android-studio


【解决方案1】:

这是因为您忽略了更新,所以它不会再询问您是否要更新。

解决方法就是退出 Android Studio,然后编辑其other.xml 文件,并将myIgnoredBuildNumbers 块替换为以下内容:

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

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

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

请参阅this questionits answer 了解更多信息。

【讨论】:

  • 当前版本为稳定版
  • @Beena 访问它可能对您有帮助。 stackoverflow.com/questions/28133518/…
  • 我曾尝试将其更改为 dev,现在可以看到弹出窗口。谢谢
  • 稳定版可用。仍然没有显示稳定版本的更新。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2017-07-23
  • 1970-01-01
  • 1970-01-01
  • 2020-10-04
  • 2021-08-17
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多