Make the Project view of Android Studio similar to the Anroid view, androidanroid
For differences between the AS Project and the Android view, see my blog.
Http://blog.csdn.net/siyehuazhilian/article/details/42123563
The Android view hides some views that do not need to be viewed and merges some files.
However, some directories are not authentic, and they cannot be located when creating directories and files.
This is really inconvenient for people who are used to looking at real paths.
In the Project view, you can hide files or directories that you don't care about to achieve similar effects as the Android view. This is better suited to our view habits.
Hide useless files, such as the IDEA project configuration files (*. iml and *. idea), open Settings-File Types, and add the File suffix to be hidden.
At the end of the article, there is such a sentence: Ignore files and floders (hiding files and Directories). We only need to add the files and directories to be hidden.
We recommend that you add the following content: the directories and files marked in white in the previous blog post (note that they are appended later)
. Idea; *. iml; gradle; gradlew. bat; gradle. properties; local. properties;
View
Similar to the Ecplise View