最近在 http://testin.cn 上的多款 android 2.1 设备上出现安装失败的问题 INSTALL_PARSE_FAILED_MANIFEST_MALFORMED
问题分析
貌似 android 2.1 AndroidManifest.xml provider 元素的 authorities 属性不支持如 @string/xxx_authorities 的字符串引用。
解决方案
使用字符串字面值,而不是其引用
最近在 http://testin.cn 上的多款 android 2.1 设备上出现安装失败的问题 INSTALL_PARSE_FAILED_MANIFEST_MALFORMED
貌似 android 2.1 AndroidManifest.xml provider 元素的 authorities 属性不支持如 @string/xxx_authorities 的字符串引用。
使用字符串字面值,而不是其引用