Android Replace “…” with ellipsis character

后端 未结 7 731
暗喜
暗喜 2020-12-12 09:20

Since AVD tools 16 I\'m getting this warning:

Replace \"...\" with ellipsis character (..., …) ?

in my strings.xml

at thi

7条回答
  •  情歌与酒
    2020-12-12 10:11

    The solution to your problem is:

    Go to Window -> Preferences -> Android -> Lint Error Checking
    

    And search for "ellipsis". Change the warning level to "Info" or "Ignore".

提交回复
热议问题