How to create new res folder in Android Studio

前端 未结 7 662
难免孤独
难免孤独 2020-12-08 05:22

I want to add localized strings for my android app. Therefore I need a values-xx folder in my Res folder.

The original values folder has a blue dot, so I tried creat

7条回答
  •  情深已故
    2020-12-08 05:43

    I had the same problem, what I did was create a values-xx folder inside the main directory (main>>right click>>new>>directory) and then moved that folder to res/ directory.

    It's not beautiful but it is a workaround to create a folder with Android studio.

提交回复
热议问题