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

本秂侑毒 提交于 2019-12-02 21:40:09

You can use Alt + Enter combination.

More info

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

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

Doing the same thing.

Paramasivam Vijay Anand Had it right.

Android Studio 2.2.3 you can go to help and turn on the Extract string resource. However, Alt+enter does not extract the resource when clicking the text in the Design tab, it works for me when I clicked to the Activity_main and then selected the text there. Quotes didn't seem to matter.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!