1. The official tip and tricks:http://developer.android.com/intl/zh-cn/sdk/installing/studio-tips.html
2. Project Stucture shows an unhealthy workaround: http://stackoverflow.com/questions/16727505/ Android-studio-project-structure-not-coming-properly I use the method of adding module to solve the effect.
3, CSDN Tang Yu _ryan Use tutorial: http://blog.csdn.net/ryantang03/article/details/8941364
4, update the time will be reported connection failed, is said to be the relationship between the wall, find an effective solution: http://blog.csdn.net/hil2000/article/details/11395485 Say one more thing: The version after 0.3.1 does not seem to use this method to connect successfully.
5, editor font modification, my system on the Android studio default editor font is very small, Android pre-provided editor interface theme (theme) can not be modified, so the font can not be modified, so you need to save a theme in the interface theme, Then you can change it on your own subject. See: http://bbs.9ria.com/thread-200235-1-1.html
6, first of all, say the error, the reason behind the problem and the solution
Gradle:a problem occurred configuring project ': MyApp '. > Failed to notify project evaluation listener. for configuration ': Myapp:_debugcompile '. > Could not find any version that matches com.android.support:appcompat-v7:+. Required by: MyAppProject:MyApp:unspecified
The problem is that some dependent SDK components do not exist, and generally it is possible that you have a dependency problem with the minimum version of the application that is compatible with the SDK Manager to download the corresponding version dependencies.
8. The difference between Android studio and Eclipse: http://blog.csdn.net/u010966622/article/details/9181437
How to use Android Studio