How to create new res folder in Android Studio

前端 未结 7 633
难免孤独
难免孤独 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:44

    Its very simple. I too had trouble initially. Lets break it stepwise:- 1) Open your project 2) Right click the res folder 3) Choose New 4) Chose Directory 5) Name the directory.

    Thats it!! It works for a fresh project everytime!

提交回复
热议问题