How to configure Android Studio to use project view for a new project?

Right now, when you create a new project in Android Studio, the project tool window opens by default for Android. Is there a way to open it in the Project view?

+4
source share
1 answer

I found him:

Go to Android Studio -> Help -> Change User Properties

Click yes if prompted to create a new properties file

In the idea.properties file, enter studio.projectview = true

Save and restart Android Studio, and all your projects will now be open in the default project view!

: https://medium.com/@margaretmz/android-studio-a-few-tips-and-tricks-5de4486799c9#.gt8w0nfbw

+3

Source: https://habr.com/ru/post/1655365/


All Articles