IV,
Eclipse
Build an integrated development environment (IDE)
Now start Eclipse IDE and Android Eclipse plug-in installation and configuration, here use the eclipse.pdf, eclipse-java-helios-sr1-win32.zip, please go to the eclipse official website (http://eclipse.org) to download your favorite version, recommended version 3.4 or above.
Android eclipse plugin
Yes ADT
: Android development tools
. Same as Android SDK
In the same way, there are two methods: Online installation and manual installation.
The online installation steps are as follows:
- Open eclipse and choose help> install new software...
- The "available software" dialog box is displayed. Click "add ...".
- The "add repository" dialog box is displayed.
Name: ADT
Enter: https://dl-ssl.google.com/android/eclipse/ in location,If not
HTTPS
Input http://dl-ssl.google.com/android/eclipse/ available
For example:
Click "OK.
- In this case, eclipse searches for resources of the specified URL. If the search result is correct, the check box of Developer Tools appears. Select this check box. Click "Next.
- The "Install details" dialog box appears. Click "Next.
- In the "Review licenses" dialog box, select the "I accept the terms of the license agreements" check box. Click "finish.
- Go to the download and installation process:
- The "Security Warning" dialog box may appear, so you don't have to worry about clicking the "OK" button to continue the installation.
- After the installation is successful, you are prompted to restart eclipse to complete the installation process.
The offline installation steps are as follows;
1. Visit http://androidappdocs.appspot.com/sdk/eclipse-adt.htmlto get the ADT eclipse offline installation package of the latest version, the latest version is: ADT 9.0.0, for: http://dl.google.com/android/ADT_9.0.0.zip
2. Start the local installation of eclipse plugin as follows. Since the entire process is similar to online installation, we will not detail it in detail.