Android Studio升级为2.3以后,打包app会出现一个新错误,如下图所示:

Android Studio打包出错 "xxx" not translated in "xxx" 

"xxx" is not translated in "ar"..........

解决办法是,在string.xml文件中的resources标签中添加两句即可:


xmlns:tools="http://schemas.android.com/tools" 
tools:ignore="MissingTranslation"

相关文章: