Benjamin
Benjamin

Reputation: 7368

How to change the default project view in Android Studio?

When I launch Android Studio, the view is set on Project:

enter image description here

What I would like to have is the view being set on Android:

enter image description here

Any way to modify this behavior persistently? I've searched in the Settings but did not find anything related to this.

Upvotes: 10

Views: 4261

Answers (2)

Suvneet Singh
Suvneet Singh

Reputation: 1

I was also facing similar issue. The issue was due to Zip folder. When it extracted zip folder it created Project name folder inside a folder. So when I imported that it was not giving Android menu.

enter image description here

So issue resolver when I deleted the outer folder with similar name.

Upvotes: 0

Happy Dev
Happy Dev

Reputation: 638

Help -> Edit Custom Properties
studio.projectview=true

Upvotes: 17

Related Questions