How to install ADT and SDK using Android software development tool eclipse
One of the Android software development tools is eclipse. Among these tools, Eclipse is an open-source and Java-based scalable development platform. In itself, it is only a framework and a set of services, used to build a development environment through plug-in components. Fortunately, Eclipse comes with a standard plug-in set, including 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 ADT and SDK. Now I will learn how to install ADT and SDK together with the editor.
Method 1: You may find that there is a foreigner's name on the eclipse startup interface. My name is JUNO. Haha, this is the code representing the eclipse version number. Don't be surprised. Foreigners like this set. For example, the Android version number is represented by the dessert name.
View eclipse version Method 2: in fact, you can click the Help → About Eclipse menu to bring up the About Eclipse dialog box, which contains detailed version information, we can use this version information to find the corresponding ADT and SDK versions.
Android software development tool Eclipse: Decompress the complete SDK package, as shown in 1, start Eclipse, and click Windows → preferences to open the preferences dialog box shown in figure 2.
How to link SDK for Eclipse: In the preferences dialog box, select Android, Browse select the path where the SDK is located, and then click Apply.
Verify that the SDK can be used: Eclipse with ADT installed has two Android SDK Manager and Android Virtual Device Manager in the Windows menu. If the SDK can be used, click these two dishes and the corresponding session box will pop up.
Well, the above is the summary of how to install ADT and SDK In the Android software development tool eclipse. I am the task editor. I hope my summary will help you install ADT and SDK In the Android software development tool eclipse.