I have a file with strings in my ../res/values/strings.xml, which I try to source for my project. This works fine with normal texts. Problem : I have single quotes in my tex
you need to escape the apostrophe by using
\ before '
etc didn't should be like
didn\'t