这是因为编码格式不统一导致的,在android studio的build.gradle加入默认编码声明就可以了

 compileOptions.encoding = "GBK"

 

参考

android studio 模拟器中文乱码

相关文章:

  • 2022-12-23
  • 2021-08-30
  • 2021-08-18
  • 2021-05-15
  • 2021-12-31
  • 2022-01-21
  • 2021-05-21
  • 2022-02-10
猜你喜欢
  • 2022-12-23
  • 2021-06-19
  • 2021-06-27
  • 2021-04-20
  • 2022-02-10
  • 2021-10-25
相关资源
相似解决方案