Android Studio升级为2.3以后,打包app会出现一个新错误,如下图所示:
"xxx" is not translated in "ar"..........
解决办法是,在string.xml文件中的resources标签中添加两句即可:
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingTranslation"
Android Studio升级为2.3以后,打包app会出现一个新错误,如下图所示:
"xxx" is not translated in "ar"..........
解决办法是,在string.xml文件中的resources标签中添加两句即可:
xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingTranslation"