( Now that Google has launched Android studio, students who want to quickly join the Android development can easily configure the development environment, and interested students can find some information about Android studio here.) http://www.android-studio.org/)
Body:
Adt-bundle for Windows is an integrated IDE, officially provided by Google Android, which already contains eclipse, you no longer need to download eclipse, and the plugin is integrated It solves the complex problem of most novices configuring the Android development environment through Eclipse.
With Adt-bundle, the new development of Android students do not need to use the same as before in the online reference cumbersome configuration tutorial, can easily one step for Android application development.
First step: Installation of the JAVA SDK (JDK):
Can ask Baidu download JDK, also can go to the official download JDK.
Official: http://www.oracle.com/technetwork/java/javase/downloads/index.html
Step two: Download Adt-bundle for Windows
Official: http://developer.android.com/sdk/index.html
Step Three: Install Adt-bundle
Unzip the downloaded Adt-bundle-windows-xxx-xxx.zip directly to the location you need to install.
Fourth step: Install the Android SDK
Open the extracted folder inside the SDK Manager.exe (You can also run Eclipse/eclipse.exe and then open via Windows--Android SDK Manager)
Tick the Android version of the target phone you want to develop, preferably all on the hook, and then click Install package to prompt next,accept allow to wait for installation (this is a slow process)
Fifth step: Configure the Android AVD (virtual simulator)
Open Eclipse(Eclipse/eclipse.exe), (running the startup eclipse may look a little different, you can display some of the usual windows, toolbars through Windows), and then from windows- >android Virtual Device Manger opens the AVD manager.
Click on the New button to create your newly created AVD, such as, I made a simple explanation, the parameters you can actually fill in the free, click OK on the line.
You configure this AVD to be the default debug actuator for your Android app, and of course you can configure multiple.
Sixth step: Create a Hello World project
Via File--new-> Android Application project, then enter Hello World (project name), Next,finish.
Seventh step: from running Hello World
Simply click on Run Debug (shortcut key F11) to run it in your configured emulator.
With Adt-bundle this thing, convenient a lot.
The fastest Android development environment to build adt-bundle and Hello World