Android Studio has been out for a long time, and it is said that Google will gradually abandon its support for eclipse, and focus on Android Studio, because of the various instability of eclipse, perhaps this will become a trend, therefore, When it's okay to learn new technology, when everyone is using as, are you still dying of eclipse?
On the installation and use of AS, online tutorials are also more, this article is also a summary of some of the problems encountered to help have not used as the children's shoes, of course, this article is about the Mac version of the as~ ^^
As can be downloaded on the official website, if not to go, you can download here: http://www.android-studio.org/, Now the latest stable version for V1.1.0, this download is version 1.0, but it does not matter, you can enter studio after checking for updates, update package only 19M. Find the Mac version and download the installation,
Note : Do not rush to open the installation after successful, because when the first open, as will download something to cause a long time card machine, this is the first problem that we have to solve:
problem one: F appears every time you open as Etching Android SDK compoment information
Workaround: In the application, locate the Android Studio.app, right-click "Show Package Contents", contents/bin/ Idea.properties, open (Note: If your Mac does not have a text editor, you cannot open it and recommend a handy Mac text editor Sublime text 3,http:// WWW.SUBLIMETEXT.COM/3), then add Disable.android.first.run=true to the last line and save.
When you are finished, open as:
The lower part is the version information, can check the update, the left side is the project history, the right side is the project creation and import function area, select the first item:
Start a New as project:
Modify the project name, package name, and project directory, and Next next:
Select SDK:
Next: Select a template
Then Next-finish, waiting for a moment, enters into the project:
Question two: Logcat How to display only selected project information?
Workaround: See, only show Logcat from seclected Project
Question three: When the first run as, the editing area is white, how to change the height of the color it?
Workaround: Select the top menu bar of Android Studio->prefrences:appearance
Question four: How do I set shortcut keys?
Eclipse is used to it, so it's not a good habit to change the usage of shortcut keys.
Workaround: Select the top menu bar of Android Studio->prefrences:keymap
Installation and use of the Mac version of Android studio