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 

0
8 comments

The last selected view mode should be saved per project.

0
Avatar
Permanently deleted user

Yes, but it does not. It always goes back on the "Project" view, even if the last one set was "Android".

0

Does it happen in IntelliJ IDEA 2017.3.4 release?

0
Avatar
Permanently deleted user

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

0

If the issue is specific to Android Studio, you can report it per https://developer.android.com/studio/report-bugs.html.

0
Avatar
Permanently deleted user

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?

0

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:

 <component name="ProjectView">
<navigator currentView="AndroidView" proportions="" version="1">
0
Avatar
Permanently deleted user

Thanks for your help. I'll reinstall it.

0

Please sign in to leave a comment.