What is the short cut to extract strings from Android code into the strings.xml file in Intellij?

后端 未结 4 723
故里飘歌
故里飘歌 2021-02-03 18:01

In Eclipse I used to use a combination (first press Shift + Alt + A, then press S) to extract strings into strings.xml b

4条回答
  •  眼角桃花
    2021-02-03 18:21

    Goto Android studio 'Help' -> Find action -> type "extract string resource"

    You will find a ON / OFF button. Switch on the option.

提交回复
热议问题