Specifically, Android Studio requires a version of the Android SDK that is not less than Version22, and requires a build tools version of no less than Version17, or an error occurs when creating a new project. But the introduction of the project is no problem.
Put a screenshot of the File menu first for everyone to see
1. Chinese garbled
In the open window, locate the appearance under IDE settings, tick "Override default fonts by" on the right, and select the font as "SimSun" in the first Drop-down box, and then apply and restart the IDE.
2. Set shortcut keys
Still in the Open Settings window, locate the Keymap under the IDE settings and the shortcut key is on the right.
Right-click the shortcut you want to modify, pop-up menu, select "Add keyboard shortcut" can modify the shortcut keys. Delete, in the pop-up menu, select Remove XXX on the line
3. Modify the theme
Find the IDE settings under the appearance, the right side of the theme to choose their favorite subject is good. Personally prefer Darcula this theme
4. Import Eclipse Project
Select File->import Project, select the project you want to import from the menu that pops up, select Next directly after you choose, and select the default first option in the second window as well.
It's worth noting that in Android studio, there are two kinds of engineering, one is Project, one is module, where project is equivalent to Eclipse's Workspace,module project
5. Import jar
Select File->projcet Structure, locate the libraries in the left side of the pop-up window and select it, then click "+" and choose Java to import the jar pack.
6. Delete Item
Well, this thing seems to use more people, in fact, is very simple, Android studio to remove the deletion is called "Remove" .... "Remove XXX" is displayed in the menu, which is the option to delete
7. Modify the Engineering catalogue
When you create a project, after you have selected the project directory, enter the name of a folder to save the project (at least when I first used my own engineering directory), and then I can use my project directory. Location
8. Font size
Point Settings button, and then find Editor-colors&font-font
The default does not allow modification so click Save as casually click on a name, and then the size can be modified, and other colors and anything similar ....
9 Change Workspace Description
A lot of people ask Android studio how to change the workspace, and here's a unified explanation
Android Studio is based on idea, and it's a big difference from idea to eclipse, and there's good and bad places, and for a while it's thought to be the best way to develop Java with powerful IDE tools,
We also found that when we used it, new application and module development were created.
Idea has no working space to say so.
Android Studio is a way to develop a single project
The application in Android Studio is equivalent to the workspace in Eclipse.
The module in Android Studio is equivalent to project in eclipse
If you want to change the directory of your project, you can change it when you create a new one.