When I praised Android studio , I didn't say it, and I believe you have your own worldview in judgment. Next I will look at as with dialectical thought .
Advantages:
More quick tips for coding, smart saving, and more preview for UI design.
Gradle -based compilers for faster
Easy to mix, easy to pack and pack
Built-in more plugins
Disadvantages:
Gradle based compiler (difficult to get started /(terminationsoterminations)/~~)
The wall renewal is difficult, this is the mishap
Some basic installation, initial operation I believe that the use of Eclipse is Basic can use, just do not know how to use, here are recommended some blog, speak very good, very detailed.
http://stormzhang.com/devtools/2014/11/25/android-studio-tutorial1/
and the community.
Http://www.android-studio.org/index.php/docs/experience/159-androidstudio-set-1
In this very grateful to the Internet selfless sharing of Lei Feng.
I'm here to add some
1. How to import the support library
If the automatic import package is set, then it will be imported automatically without tube, otherwise it will need to be added in build.gradle
Dependencies {
Compile Filetree (dir: ' Libs ', include: [' *.jar '])
Compile' Com.android.support:appcompat-v4: 22.2.0 '
}
Similarly, if you add a V7 Package, write this:
Dependencies {
Compile Filetree (dir: ' Libs ', include: [' *.jar '])
Compile' com.android.support:appcompat-v7:22.2.0 '
}
650) this.width=650; "Width=" "height=" 455 "title=" Qq20150618190330.png "style=" width:700px;height:455px; "src=" Http://s3.51cto.com/wyfs02/M02/6E/B1/wKiom1WCqDfQellAAAU0vXgYWBM445.jpg "border=" 0 "vspace=" 0 "hspace=" 0 "alt=" Wkiom1wcqdfqellaaau0vxgywbm445.jpg "/>
2. How to package a signature
Open Build------> Generate signed APK and select your keyStore Next and Eclipse The same
650) this.width=650; "title=" Sign1.png "src=" http://s3.51cto.com/wyfs02/M01/6E/AE/ Wkiol1wcqi2s5fivaazsfjlptrg268.jpg "alt=" wkiol1wcqi2s5fivaazsfjlptrg268.jpg "/>
650) this.width=650; "title=" Sign2.png "src=" http://s3.51cto.com/wyfs02/M01/6E/B1/ Wkiom1wcqiqxzu-eaauynjaqkps017.jpg "alt=" wkiom1wcqiqxzu-eaauynjaqkps017.jpg "/>
First write here, welcome to shoot Bricks, welcome to Exchange qq:719151128.
This article is from the "unity of Knowledge" blog, please be sure to keep this source http://poarry.blog.51cto.com/5970996/1663319
Android Studio Operations Guide