The following settings are applicable to Android studio and intellij idea (because Android studio is idea)
1. Chinese garbled display solution:
Settings-> Editor-> appearance-> select theme-> select override default fonts by: select a font that supports Chinese fonts in name, such as, Serif, sansserif and so on, and set the size. Generally, you can set it to 15. This setting is mainly for the IDE menu title bar font and style, and then save it.
2. display the row number
Choose Settings> editor> appearance> show line numbers.
3. Let the editing window support CTR + left mouse button scaling to modify the font size
Select "Change font size (zoom) with Ctrl + mouse wheel" in the settings-> Editor-> mouse option bar"
4. Modify the subject and font size
Settings-> Editor-> colors & fonts-> font-> in "scheme name", select a topic style and save it as: XX, and name xx, font size can be set by yourself, such as 15, 17, etc. The left column below is the list of optional fonts, and the right side is the font of the current system editor. Select a font, modify the font size, and save it.
5. file encoding
Settings-> File encodings-> ide encoding/Project encoding can be encoded as GBK, gb2312, or utf8.
--------------------------------------------------------
Reference Links:
Getting started with Android Development (intellij idea official documentation-develop android with idea)
Http://confluence.jetbrains.com/display/IntelliJIDEA/Getting+Started+with+Android+Development
Getting started with Android studio | Android Developers
Http://developer.android.com/sdk/installing/studio.html#download
Android studio sets the topic and does not support Chinese Characters(For example,, Serif, sansserif, etc.)
Http://www.linuxidc.com/Linux/2013-05/84488p2.htm
Explore Android studio and Some Problems and Solutions
Http://www.linuxidc.com/Linux/2013-05/84899.htm
---------------------------------------------------------
Gradle usage:
: Http://www.gradle.org/
Decompress the package to any path, and add the bin directory of gradle to the path of the system environment variable.
Gradle-V command to verify Installation
The gradle-Q parameter q is used to prevent gradle from printing logs other than errors)
Gradle clean build
Gradle plugin User Guide ):
Http://tools.android.com/tech-docs/new-build-system/user-guide