Android Studio summary

course background

I believe we no stranger to Android Studio, Android Studio is Google in 2013 I / O Assembly for Android launched the development of a new development tool, currently in many open source projects have already adopted, Google's update speed quickly, obviously it would feel that this is the future of Android development, so we have no reason not to embrace the future?

Although launched a long time, but the extent of seemingly domestic popularity is not high, given the detailed tutorial lot of friends seeking studio, then today I taught you to download, install, use, Studio of the road from here.

Android Studio VS Eclipse

I believe the current domestic use Eclipse or the majority, then first of all you look for some of the advantages Studio, more can be more convincing to explain why we need to migrate to Eclipse Studio.

1, Google launched

There is no doubt that this is its biggest advantage, Android Stuido is Google launched specifically for Android "tailor-made", is the support of a Google-based IDE IntelliJ IDEA transformation, this should be able to explain why it is Android s future

2, faster

Eclipse's startup speed, response speed, memory footprint has been criticized, I believe we should understand from this point, but often encounter stuck state. Studio regardless of which aspects of the overall leader Eclipse

3, UI more beautiful

I / O presentation on that section of the black theme is great, geek Fan, Stuido comes Darcula theme of cool black interface is really tall, compared black theme under the Eclipse too low

4, more intelligent

Prompt completion for the development of great significance, Studio is more intelligent, smart save from no longer always the Ctrl + S. After becoming acquainted with Studio efficiency will be greatly improved.

5, Gradle build tool integration

Gradle is a new build tool, Studio debut from place to support Gradle, it can be said Gradle and Maven combines the advantages of Ant, whether it is to configure, compile, package are great.

6, a powerful UI Editor

Android Studio editor very smart, in addition to the advantages of Eclipse + ADT absorption, also comes with real-time preview multiple devices, relative to Android developers, this is simply an artifact ah.

7, built-in terminal

Studio built-in terminal, which used to command-line operations people is simply the gospel ah, no longer have to switch back and forth, a Studio all set.

8, better plug-in system

Studio supports a variety of plug-ins, such as Git, Markdown, Gradle and so on, what you want to plug directly search download.

9, the perfect integration of version control systems

When the installation comes with a GitHub, Git, SVN and other popular version control systems such as, you can directly check out your project.

You read above is not very fond of it, the advantages are many, but when we learn will encounter many problems, such as directory structure Studio and Eclipse, shortcuts, and so completely different, need some time to adapt, Gradle also increases the learning costs, although Google's update speed pretty fast, but the latest version is 1.0RC, has not yet launched the official version, indicating that there may be some small problems, Studio official explanation yet support NDK, so if your project Do not use the NDK best use Studio.

But I believe Google will be more comprehensive, cost of learning and adaptation phase that we do have to keep in mind technology, I believe you want to get started once without it.

Guess you like

Origin www.cnblogs.com/Androidqin/p/11608967.html