打開Eclipse或者ADT Bundle后,無法查看Activity的預覽圖,Eclipse提示"This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in".
這是由於ADT插件的版本必須和Android SDK Tools的版本保持一致
下面我們來解決這個問題。
- 點擊 Help > Install New Software.
- 在 Work with 的輸入區域里, 輸入:
https://dl-ssl.google.com/android/eclipse/
- 選擇 Developer Tools / Android Development Tools.
- 點擊 Next 並完成安裝.
如果出現更新失敗的話,可以用以下辦法

可以看到上圖ADT的版本為22.3.0,然后 直接打開
http://dl.google.com/android/ADT-22.3.0.zip
如果是其他版本號的話 只需把上面地址的22.3.0換成對應的版本號即可。
下載完成后,Eclipse---Help---Install New Software---Add,出現如下窗口

name自己填,點擊archive 選擇上面下載的adt,然后點擊ok出現下圖

接下去的步奏就不用我多說了。