Incidentally, in addition to the configuration of the Eclipse platform can be developed to do Android development, Google has launched a special platform for the development of Android programs--android Studio.
Android Studio has the advantage of not having to manually configure the SDK and AVD manager, which means that it has integrated the Android SDK and virtual machine management
If you have the JDK configured on your computer, you can develop it directly.
1 IntroductionAndroid Studio is a brand new Android development environment based on IntelliJ idea. Similar to Eclipse adt,android Studio provides integrated Android development tools for development and commissioning, on the basis of idea , Android Studio offers:
Build support based on Gradle;
Android-specific refactoring and quick fixes;
Prompt tool to capture performance, availability, version compatibility, and other issues;
Support Proguard and application signature;
Template-based wizards to generate common andoid application designs and components;
The powerful layout editor lets you drag and pull UI controls and preview effects.
2 Download and install: www.android-studio.org
Select the version that matches your operating system to download and install. after the download is complete, double-click the EXE program to start the installation, all the way next, you can customize the installation directory,
after the installation is successful, start. For the first time using Android Studio, select this option:
The first time, start a little slow, don't worry, slowly wait. When you start, select New Project and select the location where the project is stored
minimum version, I chose API15.
Program Interface, I choose
The following can be set by default, is the name of the program name, layout file
3 Download the Install SDK Tool Kitall the kits in the red box need to be downloaded and installed.
Please look forward to the next Boven to write the first Android app in Android Studio.
This is the name of my program:
Here's how it works:
Android Development Platform Android Studio learning one (download and install)