1. 程式人生 > >Elipse ADT(Android Developer ToolKit)是什麼?在開發中的作用是什麼?

Elipse ADT(Android Developer ToolKit)是什麼?在開發中的作用是什麼?

ADT是什麼?在開發中起到的作用是什麼?看官方解釋:

ADT Plugin Release Notes   ADT外掛版本說明

The Eclipse ADT plugin is no longer supported per our announcement. Android Studio is now the official IDE for Android, so you should migrate your projects to Android Studio as soon as possible. For more information on transitioning to Android Studio, see Migrate to Android Studio from Eclipse.

Formerly the official IDE solution for Android development,Android Developer Tools (ADT) is a plugin for Eclipse that provides GUI-based access to many of the command-line Android SDK tools.(adt是eclipse的一個外掛,它提供了將諸多android sdk 工具內的命令列轉化為圖形使用者介面操作.;

that指plugin不是eclipse,已哭暈,成功翻譯這句話就能很好理解“這個外掛能讓Eclipse和Android SDK關聯起來。

”)

As with ADT, support for the Ant tool for building from the command line has ended. Gradle is now the supported method of building Android apps.

Revisions

The sections below provide notes about successive releases of the ADT Plugin, as denoted by revision number.

Dependencies:
  • Java 7 or higher is required if you are targeting Android 5.0 and higher.
  • Java 1.6 or higher is required if you are targeting other releases.
  • Eclipse Indigo (Version 3.7.2) or higher is required.
  • This version of ADT is designed for use with SDK Tools r24.1.2. If you haven't already installed SDK Tools r24.1.2 into your SDK, use the Android SDK Manager to do so.
General Notes:
  • Fixed issues with the rendering library for the visual layout editor.

翻譯過來就是:

Eclipse的ADT外掛不再支援按我們的公告。Android Studio是目前Android官方的IDE,那麼你應該將你的Android Studio專案儘快。在過渡到Android Studio的更多資訊,參見遷移到Android Studio從Eclipse。

Eclipse的ADT外掛不再支援按我們的公告。Android Studio是目前Android官方的IDE,那麼你應該將你的Android Studio專案儘快。在過渡到Android Studio的更多資訊,參見遷移到Android Studio從Eclipse。 以前官方的IDE解決Android開發,Android開發工具(ADT)是Eclipse提供的基於GUI的許多命令列Android SDK工具訪問外掛。
與ADT,從命令列生成的Ant工具支援已經結束。Gradle現在是構建Android應用程式支援的方法
修訂
下面的章節提供了關於ADT外掛後續版本的修訂號記筆記。
在ADT總結了所有已知的問題,看到http://tools.android.com/knownissues。
ADT 23.0.7(月2015)
依賴:
java 7或更高,如果你的目標是Android 5和更高的要求。
java 1.6或更高,如果你的目標是其他版本的要求。
Eclipse Indigo(版本3.7.2)或更高的要求。
這個版本的ADT是專為使用SDK工具r24.1.2。如果你還沒有安裝SDK工具r24.1.2到你的SDK,使用Android SDK經理這樣做。
Notes將軍:
用視覺化佈局編輯器的渲染庫的固定問題。
ADT 23.0.6(月2015)
ADT 23.0.4(十月2014)
//*************************************************************************************************** 瞭解以上資訊,再來看看各大介紹搭建android環境的文章就能很好理解了。 為Eclipse安裝ADT外掛 前面我們已經配置好了java的開發環境,安裝了開發Android的IDE,下載安裝了Android SDK,但是Eclipse還沒有和Android SDK進行關聯,也就是它們現在是互相獨立的,就好比槍和子彈分開了。為了使得Android應用的建立,執行和除錯更加方便快捷,Android的開發團隊專門針對Eclipse IDE定製了一個外掛:Android Development Tools(ADT)。 //**************************************************************************** 如何檢視整合eclipse使用外掛ADT的版本是多少? Help--->About Eclipse--->Installation Details----->Plug-ins