Installing the JDK
Please look at the JDK environment to build.
Install Eclipse
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 a development environment through plug-in components. Fortunately, Eclipse comes with a standard set of plugins, including Java development tools (Java Development kit,jdk). We can build an Android development environment by adding ADT (Android development tools) Android development tools to eclipse.
Download eclipse
: http://www.eclipse.org/downloads/According to individual likes to download
Once the download is complete, you will see a zipped package file in your saved location, which is eclipse, which can be extracted directly. Once you're done extracting it, go to the folder, double-click the Eclipse icon, and you are ready to start eclipse, and the eclipse is ready to install. Next, go to the Android Developer website to download the ADT tool and the Android SDK file.
ADT Download: http://pan.baidu.com/s/1gfG5NDh Password: gtte
SDK Download: http://sdk.android-studio.org/download the corresponding version according to your needs
Eclipse Installs ADT
- 1. Download the ADT plugin's zip file (do not unzip)
- 2. Launch Eclipse, then select Help > Install New Software on the menu bar
- 3. Click the Add button in the upper-right corner,
- 4. In the "Add Repository" dialog box, click "Archive"
- 5. Select the downloaded adt-23.0.6.zip file and click "Confirm".
- 6. Enter "ADT" at name, click "Finish"
- 7. In the Software dialog box, select the Developer Tools check box, and then click Next
- 8. In the next window, you will see a list of tools to download. Click "Next"
- 9. Read and accept the license agreement, then click "Finish"
- 10. After the installation is complete, restart eclipse
Eclipse Installation SDK
- 1. Start Eclipse and select Windows>preferences>android
- 2. Select "Browse" in the tab and select the directory (unzipped) of the previously downloaded Android SDK's zip file (extracted directory), click OK
- 3. Click OK
Add a new package via Android SDK manage
- 1. Start Eclipse, click on the menu bar
- 2. After running the following screen, select your desired Android version, and then click "Install X Packages". Installed indicates that it is installed, not installed is not installed!!
- 3. In the new interface, select the following to accept or accept all, then click Install. The Android SDK Manager starts to download and install the package you have selected, and wait a while for it to be OK!
AVD Manage creating an Android virtual machine
- 1. Start Eclipse, click on the menu bar
- 2. Click the Create button to set the settings below, then click "OK"
- 3. Select the virtual device you just created, then click "Start->launch" to launch the Android emulator.
- This allows you to create a project, develop and run it. do not want to use Android with the simulator can also download third-party, such as late at night, hippocampus and so on.
Build eclipse+adt+android SDK for Android development environment