One of the Android software development tools is eclipse, but in these tools eclipse is an open source, java-based, extensible development platform. For its part, it is just a framework and a set of services for building the development environment through plug-in components. Fortunately, Eclipse comes with a standard set of plug-ins, including Java development tools (Java Development kit,jdk). These are just our understanding of the eclipse definition, our computers generally have eclipse, so what we need to learn is to install the ADT and SDK. Now follow the small knitting to learn how to install the ADT and SDK.
View the version of Eclipse method One: Careful people may find that Eclipse's startup interface has a foreigner's name, and mine is Juno. Well, this is the symbol for the Eclipse version number, don't be surprised, foreigners like this, for example, Android version number is the name of the dessert.
View Eclipse Version Method 2: In fact, you can click on the Help→about Eclipse menu, pop Up the About Eclipse dialog, and have detailed version information in the dialog box, and we can go through this version to find the corresponding ADT and SDK versions.
How does the Android software development tool Eclipse relate to the SDK: after extracting the full SDK package, as shown in Figure 1, launch Eclipse, click Windows→preferences, and Open the Preferences dialog box shown in Figure 2.
How Eclipse Relationships SDK: Select Android in the Preferences dialog box, then browse to select the path of the SDK and click Apply.
Verify that the SDK is available: ADT Eclipse will have two Android SDK manager and Android Virtual Device Manager under the Windows menu, if the SDK is available, Then click on the two dishes will pop up the corresponding session box.
Well, here's how the ADT and SDK are installed in the Android Software development tool Eclipse. I am a task editor and I hope my summary will help you with the installation of ADT and SDK in the Android software development tools Eclipse.