问题

Android Studio正式版签名的时候出现:Android xxx is not translated in zh

原因

Umeng的包里面的values-zh干扰导致问题。

暴力解决

强制不翻译

<?xml version="1.0" encoding="utf-8"?>
<resources
  xmlns:tools="http://schemas.android.com/tools"
  tools:ignore="MissingTranslation" >
</resources>

thursday
116 声望5 粉丝