New created “values” folder is not visible in Android Studio

前端 未结 6 1586
渐次进展
渐次进展 2020-12-13 13:03

In Android Studio, I want to create the folders values-v14 values-v21 inside the res folder.

But when I tried to make it like

6条回答
  •  [愿得一人]
    2020-12-13 13:21

    I believe this is like version control, where the folder exists, but you need a file inside in order to view it. I just ran into this, and the folders existed but didn't show up until I had a file inside of them.

    I hate to think this is by design. The use-case of a developer hiding their own work-space? Collapsing makes more sense

提交回复
热议问题