In fact, people who have read the first article may have discovered that this series is actually aimed at developers who have developed experience with Android before using eclipse, so avoid unnecessary words and go straight to the point.
Turn off project Auto-open
As will automatically open the last item, so generally do not see the Welcome menu, for the new contact as the developer has brought a lot of trouble; how to close it?
- Here in the menu file, click Close Project to return to the Welcome screen;
As we mentioned above, we have imported an Eclipse project, as will automatically help us to pretend to be the as project, and after the transformation, the whole project structure has changed, today we will briefly say as, some core documents of the project;
Project structure
- Note that there are multiple Build.gradle files in the project, only the one in the app directory is what we use;
- This diagram corresponds to project in the view class;
Debugging Project Bugs
As we mentioned above, we have imported an Eclipse project, and as will automatically help us to pretend to be the as architecture; however, the conversion of future projects may be a bug here we solve some common problems;
- Compile version error;
The workaround is to change the compiled version in Build.gradle in the app directory to the corresponding version in SDK Manager;
Usually changed to the newest one;
Today, we will continue to share our experience next time.
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
[Self-study Androidstudio series] Chapter II: Quick Start as a small skill one