Android xxx is not translated in zh解決辦法

問題

Android Studio正式版簽名的時候出現:Android xxx is not translated in zhandroid

緣由

Umeng的包裏面的values-zh干擾致使問題。翻譯

暴力解決

強制不翻譯code

<?xml version="1.0" encoding="utf-8"?>
<resources
  xmlns:tools="http://schemas.android.com/tools"
  tools:ignore="MissingTranslation" >
</resources>
相關文章
相關標籤/搜索