Android Studio - running a build collapses all the folders in the Project browser?

后端 未结 2 1189
一生所求
一生所求 2020-12-30 19:51

I\'ve been developing on Eclipse for years and have just started a new project on Android Studio.

I\'m noticing that every time I run a build, Android Studio

2条回答
  •  长发绾君心
    2020-12-30 20:13

    This is not default behavior. It does not happen in my Android Studio. Which Android studio are you using?

    The only time when something like this should happen is when there are bugs in the project and Android STudio navigates to each bug (opens a file containing the bug). I cannot remember of any other.

    Also, if you never before used Android Studio, then just double check if you maybe have some old .AndroidStudio folder which contains settings data. Maybe in the past you installed some old version which has this feature turned on or you accidentally turned it on and these changes were now imported. I see no other logical explanation for this.

提交回复
热议问题