----------- Android Training , Java Training , Java Learning Technology blog, look forward to communicating with you! ------------
First, the introduction of Android Studio:
The Android Studio IDE (Android Platform integrated development Environment) was first released by the GOOGLEI/O conference in 2013. It is based on the IntelliJ idea development environment and is designed to replace Eclipse and ADT (Android Developer tools) to provide developers with better development tools. Since Google has been trying to promote, I believe it will soon be possible to catch up with eclipse.
- Compared to the eclipse,android Studio IDE has its own features:
- Better support for UI design and code authoring makes it easy to adjust multiple resolutions on your device.
- Proguard tools and application signatures are also supported.
- However, the current version of Android Studio cannot manage multiple items in the same window. Each project opens a new window. I guess this is a reference to the behavior of IntelliJ idea, and Google will not make any adjustments to this recently.
- It's great to support the Gradle Automation build tool, but it will take some time to learn and adapt to the developers who have just moved from the Eclipse platform.
second, the preparation of software:
1.JDK
jdk:http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html
Download installation of JDK and environment variable configuration video tutorial: http://pan.baidu.com/s/1ntwzlm5 Password: yo4f
2.Android Studio
Android studio:http://www.android-studio.org/index.php/download
3.Genymotion
3.1 currently the fastest best simulator for Android simulator Genymotion,
For details, see: http://www.stormzhang.com/android/2013/12/04/android-genymotion/
3.2:https://www.genymotion.com/#!/download
3.3 Android simulator genymotion installation Tutorial Detailed: http://jingyan.baidu.com/article/3ea51489e7d8bd52e61bba36.html
Note: You need to register an account with the email for free and activate it.
three . Associate Simulator genymotion with Android Studio
There are two types of official methods:
I choose the official recommendation of the first kind, do not download the plugin of this, of course you can also use another.
Note: Genymotion-idea-plugin.jar does not need to download, because I use this method is the official recommended method.
Specific operation:
After this, you'll need to restart Android Studio and you'll see an icon like this when you reboot:
After the operation is not much to say, and traditional simulator management software as the operation, open the operation of our simulator can be.
----------- Android Training , Java Training , Java Learning Technology blog, look forward to communicating with you! ------------
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
1.Android Studio Environment to build and configure Genymotion