Android Replace "..." with ellipsis character
Asked 07 September, 2021
Viewed 599 times
  • 56
Votes

Since AVD tools 16 I'm getting this warning:

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

in my strings.xml

at this line

 <string name="searching">Searching...</string>

How do I replace ...? Is it just literally &#8230;?

Could someone explain this encoding?

7 Answer