当我尝试在Android工作室中“检查更新”时,我收到以下消息:
“您已经安装了最新版本的Android Studio(预览版)。”
我在0.5.2,此处列出的最新版本http://tools.android.com/download/studio/canary/latest为0.5.4。检查更新时,我选择了金丝雀构建。有什么想法吗?
答案 0 :(得分:10)
正如Scott Barta在评论中指出的那样,这是因为您忽略了更新,因此它不会再问您是否要更新它。
解决方案只是退出Android Studio,然后编辑其other.xml
文件,并将myIgnoredBuildNumbers
块替换为以下内容:
<option name="myIgnoredBuildNumbers">
<value>
<list size="0" />
</value>
</option>
other.xml
位于Android Studio配置目录下:
~/.AndroidStudioPreview/config/options/other.xml
%HOMEPATH%\.AndroidStudioPreview\config\options\other.xml
(基本上与Unix路径相同)~/Library/Preferences/AndroidStudioPreview/options/other.xml
有关详细信息,请参阅this question和its answer。
答案 1 :(得分:0)
转到首选项 > 更新并清除查看/编辑忽略的更新部分中列出的版本: