Reference:http://www.cnblogs.com/smyhvae/p/4390905.html for the first time using Android Studio When you should know everything to configure
?
- As is a good IDE for developing Android programs
- Transplantation:
We used to develop Android programs on Eclipse, and the compilation tools used are Ant and Ivy, and now in as, we generally use
Gradle, it is the build tool used by the new Android build system. By offering Android Gradle Plugin, Google can easily implement what it used to do with Ant and Ivy.
Includes support for many dependencies and features such as compilation, testing, and more.
?
- Installing Virtual box and genymotion
problem: solve The problem that genymotion can't find virtual box
Click genymotion Right-click, select compatible mode, be sure to select Windows Servers , or fail
Problem: win7 running VirtualBox creating COM object failed
Uninstall the high version of Virtual box, download the lower version of Virtual box, the author is using Virtualbox-4.1.6-74713-win
And Genymotion is also installed independently, version number Genymotion-2.4.0.exe
You can download them yourself.
- You can install Genymotion with virtual box by installing the default settings.
The path to the SDK needs to be set in Genymotion
- The as end also needs to be configured
Configuration, the official website has information.
Note: In genymotion you need to set the path of genymotion to the installation path.
After the configuration, the interface is this:
Introduction to Android Studio