Change default project view in Android Studio
Answered
Hi,
Is there any way to change the default project view? For now, it always open on "Project" view. I'd like to have it open on "Android". I've searched in the settings but did not find anything relevant.
Also, I prefer avoid to re-install/reset Android Studio as I've some preferences I would rather not lose.
The related question on StackOverflow: https://stackoverflow.com/questions/48459849/how-to-change-the-default-project-view-in-android-studio
Thanks
Please sign in to leave a comment.
The last selected view mode should be saved per project.
Yes, but it does not. It always goes back on the "Project" view, even if the last one set was "Android".
Does it happen in IntelliJ IDEA 2017.3.4 release?
Here are the informations I got:
Android Studio 3.0.1
Build #AI-171.4443003, built on November 9, 2017
JRE: 1.8.0_152-release-915-b08 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.13.3
If the issue is specific to Android Studio, you can report it per https://developer.android.com/studio/report-bugs.html.
Thanks, I'll report it there then. Anyway, if the issue was also present on Intellij, how would you fix it? Any chance that this setting is saved somewhere inside one of the .idea files?
I can't reproduce it in IntelliJ IDEA, so there is nothing to fix here. If it could be reproduced, I'd file a bug at https://youtrack.jetbrains.com/issues/IDEA with the steps to reproduce so that it can be fixed by the developers.
The last project view state is stored in .idea/workspace.xml project file like this:
Thanks for your help. I'll reinstall it.