Translations Editor Not Enabled In Android Studio
Solution 1:
you have to open the string.xml file, then you will see the open editor option on the upper right side
Solution 2:
Reopen the Android Studio IDE, it'll solve the problem. Also it will update the strings and refresh the layout of any layout xml.
Solution 3:
Translations Editor shows up when you right-click on string resource files whose names end with strings.xml
. On others it does not. The same goes for editor option that is supposed to show up in upper right side when string resource file is opened.
So, filenames like strings.xml
, preferences_strings.xml
, etc. are fine, while strings_intro.xml
, etc. are not.
In case you don't have any string resource files named in that way, you can create an empty one named strings.xml
and use it to open Translations Editor.
Or, you can open the it in the following way:
Post a Comment for "Translations Editor Not Enabled In Android Studio"