Google released Android Studio at the 2013 I/O conference. AndroidStudio is a new Android Development Tool Based on IntelliJ idea. The following describes how to install Android Studio.
1. Install jdk 1.1 before installation
Before installing AndroidStudio, make sure that you have installed jdk and configured it. If it is not installed, Baidu.
1.2 download AndroidStudio
Download the http://developer.android.com/sdk/installing/studio.html on the AndroidStudio Download Page
Android Studio [including local downloads in China]
For more information about Android Studio, see :.
After the download, extract the package to any location and configure the path of the environment variable to the bin directory of gradle, as shown in figure
After environment variables are configured, run the gradle-v command in cmd to verify whether the environment variables are successful.
Supplement: According to Bo you, go to the Android Studio installation directory and run bin \ studio. bat. An error is found.
Unrecognized VM option '+ UseCodeCacheFlushing'
Cocould not create the Java virtual machine.
Find the *. vmoptions file in the bin directory and delete-XX: + UseCodeCacheFlushing.
3.4 create an Android Project
After configuring the gradle environment variables, close AndroidStudio, re-open AndroidStudio, repeat Step 3.2, create a project, one way next, you will find that you can successfully create a project, however, building a project is slow. Please wait.