One, Android studio download
1. Open http://www.android.com/
2. Follow the steps to open the download page
A. Click "App Developer Resources" in the footer section.
b, click "Develop"
C, click "Tool"
4. Click the download button to download
Ii. installation of Andriod Studio
1. Make sure the JDK is properly installed.
2, double-click the installation file, select the studio installation path, and the SDK installation path, to install.
Three, integrated genymotion simulator
1, installation VirtualBox
The genymotion operation is based on VirtualBox, so we need to install the VirtualBox first.
: Https://www.virtualbox.org/wiki/Downloads
Install directly after download.
2, Installation Genymotion
: https://www.genymotion.com/
Genymotion need to register the account to log in before you can download. We first register an account, this account to keep in mind, not only to download the use, and later to create a virtual device also need to use.
Select the free version to download and click Install.
After the installation is successful, open Andriod Studio, where it appears as a label:
Click Open, this will prompt us to configure the genymotion path, my path is: D:\JavaTool\Genymobile\Genymotion
4. Create a virtual device
Click on the small phone icon in the above, add the virtual device (login with registered account).
Add (wait for program download) to start after completion, such as:
5. Run the project on Genymotion
After the virtual appliance starts successfully, click the Green Run button, select the virtual appliance, and run the project in Andriod Studio. Such as:
Running results such as:
Resources:
Http://beyondweb.cn/android-studio-genymotion.html
Http://www.cnblogs.com/csulennon/p/4178404.html
Build andriod development environment with Android Studio and Genymotion Simulator