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

前端 未结 6 1600
渐次进展
渐次进展 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:20

    it's so simple to find your new values-v21 or recently created.. (1) - Go to project files (2) - app > src > main > res (3) - if here is not visible your directory then (4) - right click on res and select show in explorer (5) - Go inside res here all your files are shows (6) - Then Go inside values > copy style file from there and come back to paste inside your values-v21 folder (7) - you are done .. go to your android studio and see your folder values-v21 is appearing.

    Note :- Your folder was empty so you folder was not appear in android studio.

提交回复
热议问题