免責聲明

Disclaimer (免責聲明)
繼續閱覽代表您接受以上的免責聲明.
To continue reading means you accept the above disclaimer.

2014年6月6日 星期五

Eclipse ADT update tips

http://stackoverflow.com/questions/18483815/an-error-occurred-while-collecting-items-to-be-installed


 Android SDK更新後, Eclipse 啟動時出現錯誤訊息
"location of the android SDK has not been setup in the preferences"
--> Eclipse 的 ADT 版本是舊的, 需要更新 ADT Plug-in


ADT: Android Development Tools (ADT) is a plugin for the Eclipse IDE




//===  http --> https
Window->Preferences->Install/Update -> Available Software Sites --> "ADT Plugin"  -->
https://dl-ssl.google.com/android/eclipse/



//=== Help -> Install New Software
Uncheck “Contact all update sites during install to find required software”






//=== download the ADT zip file to local machine and manually install it:
https://dl.google.com/android/ADT-22.6.0.zip
 1 .Download the ADT Plugin zip file (do not unzip it):
 2. Start Eclipse, then Help --> Install New Software.
 3. Click Add, in the top-right corner.
 4. In the Add Repository dialog, click Archive.
 5. Select the downloaded ADT-22.6.0.zip file and click OK.

...



沒有留言:

張貼留言