错误信息:
Error:(16) Error: "alivc_error_msg" is not translated in "en" (English) [MissingTranslation]
Error:(63) Error: "alivc_error_code" is not translated in "en" (English) [MissingTranslation]

Error:(67) Error: "alivc_retry" is not translated in "en" (English) [MissingTranslation]

错误原因是string.xml没有国际化

解决办法:

1.在string.xml的resources中加上xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"

如下图

Android Studio打包APK时出现 is not translated in "en" (English) [MissingTranslation]

2:加入英文版string.xml

Android Studio打包APK时出现 is not translated in "en" (English) [MissingTranslation]

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-24
  • 2021-05-20
  • 2022-12-23
  • 2021-10-16
  • 2021-07-06
猜你喜欢
  • 2021-08-17
  • 2021-12-18
  • 2021-09-25
  • 2021-05-13
  • 2021-11-19
  • 2021-12-22
相关资源
相似解决方案