Android 4.2的Androidmanifest.xml中不能交叉引用
by tony蒋
最近有客户投诉,有一款app store在Android 4.2中不能更新版本, 更新版本安装会失败,具体错误消息如下:
// XXX note that for now we only work with compiled XML files. // To support generic XML files we will need to manually parse // out the attributes from the XML file (applying type information // contained in the resources and such). XmlBlock.Parser parser = (XmlBlock.Parser)set; mAssets.retrieveAttributes(parser.mParseState, attrs, array.mData, array.mIndices);这块的注释,想必已经能说明问题了。
#以上#