Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 691
Benjamin Avatar asked Jan 26 '18 10:01

Benjamin


People also ask

Where is project settings in Android Studio?

Project structure settings To change various settings for your Android Studio project, open the Project Structure dialog by clicking File > Project Structure.

What is project template in Android Studio?

Android Studio provides code templates that follow the Android design and development best practices to get you on the right track to creating beautiful, functional apps. You can use templates to create new app modules, individual activities, or other specific Android project components.

What is the default tool present in the layout when you create a new project in Kotlin?

If we create any new project using Kotlin, by default the class file MainActivity.

How do I organize my Android projects?

Android applications should always be neatly organized with a clear folder structure that makes your code easy to read. In addition, proper naming conventions for code and classes are important to ensure your code is clean and maintainable.


1 Answers

Help -> Edit Custom Properties
studio.projectview=true

like image 83
Happy Dev Avatar answered Oct 04 '22 16:10

Happy Dev