How to create new res folder in Android Studio

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

    Lets assume i Want to create a folder named "Daylight" under res.

    Step 1: Right click on res.

    Step 2: Then go to New.

    Step 3: Then go to Folder.

    Step 4: Then go to Res Folder Option and select.

    A window will be open.

    Step 5: At that window check the unchecked box "Change Folder Location"

    and as assumed we have to create folder "Daylight"

    Step 6: SO name the newly created folder as daylight, in this format. src/main/res/Daylight

    Step 7: Then, Finally Click finish.

    0 讨论(0)
提交回复
热议问题