這是ADT-18.0.0.zip下載,最新版本的安卓Android Plugin For Eclipse安卓ADT開發(fā)工具插件ADT-22.0.0.zipUpdate Site for Android Development Toolkit如果無法正常升級,可以下載這個離線升級包。
ADT-18.0.0.zip是 EcliPSe 開發(fā) Android 應用程序的插件。ADT離線安裝包大集合,包括:ADT-0.95、ADT-12.0.0、ADT-15.0.1、ADT-16.0.1、ADT20.0.0、ADT20.0.1、ADTPlugin_20、ADT-21.1.0.zip。
The latest development of Android mobile phone ADT plug-in package, can be installed directly is offline-The latest development of Android mobile phone ADT plug-in package, can be installed directly is offline。
adt升級后會在工程里添加多了一個“android dependencies”的目錄,同時要加入第三方jar的話一般在libs目錄下添加到“android dependencies”中,其實跟“referenced libraries”有重復之嫌。在“android dependencies”目錄下選中要附加源碼的jar,選中properties,java source attachment欄會提示the current class path entry belongs to container android dependencies which does not allow user modifications to souce attachments ontis entries。就是android自動附加源碼了,不允許自己更改。