Android Exception Type "share_dialog_title" is not translated in en, zh-rTW strings

异常出现的场景:打包Android项目时出现

解决办法:

Eclipse > Preference > Android > Lint Error Checking搜索Messages > MissingTranslate,选中之后
将 Severity 从 Fetal 改为 Warming  最后Apply 然后点OK就行了

下面是图解

Android Exception Type "share_dialog_title" is not translated in en, zh-rTW strings

第二步:

Android Exception Type "share_dialog_title" is not translated in en, zh-rTW strings

第三部:

Android Exception Type "share_dialog_title" is not translated in en, zh-rTW strings

第四步:

Android Exception Type "share_dialog_title" is not translated in en, zh-rTW strings

结束。