编辑strings.xml的时候,

<string name="start">Let's get started!</string>

报错说:“Apostrophe not preceded by \”.

学单词:Apostrophe:  [ə'pɑːstrəfi]   n.撇号;单引号

所以这里加上一个转义字符\就行了:

<string name="start">Let\'s get started!</string>

(end)

相关文章:

  • 2022-03-01
  • 2021-05-26
  • 2021-07-17
  • 2022-12-23
  • 2021-05-24
  • 2021-10-14
  • 2021-11-15
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-25
  • 2022-12-23
  • 2021-08-09
  • 2021-05-07
相关资源
相似解决方案