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"
如下图
2:加入英文版string.xml