string.xml 中大量string 提示 "XXX" is translated here but not found in default locale

原因:在默认的strings.xml里没有这个字段;

解决办法:将Value/string.xml中的<resources>改成

<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="ExtraTranslation">
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章