2016-04-15 127 views
0

我在我的mac OS中有Android工作室版本1.5.1。最新在市場上的版本是2.0按http://tools.android.com/download/studio/builds/2-0Android工作室更新不顯示

enter image description here

當我嘗試更新,它讓我看到下面的警告。

enter image description here

這表明,我已經安裝了最新版本。任何想法可能會導致這個錯誤?我是否需要下載全新的設置?

我試圖通過無效緩存和重新開始工作室,但沒有運氣。

+0

請參閱下面的答案。 – 2016-04-15 08:29:31

回答

0

這是因爲你有忽略了更新,所以它不會問你是否要更新它。

的解決方案是簡單地退出過Android Studio,然後編輯其other.xml文件,並用下面的更換myIgnoredBuildNumbers塊:

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

other.xml位於你的Android工作室config目錄下:

  • 對於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

+0

當前版本是穩定版 – Beena

+0

@Beena訪問此網站可能會對您有所幫助。 http://stackoverflow.com/questions/28133518/how-to-update-android-studio-automatically – 2016-04-15 09:07:46

+0

我曾嘗試將其更改爲開發,現在能夠看到彈出。謝謝 – Beena