简体   繁体   English

现有的工具来解析android xml文件

[英]existing tool to parse android xml files

Are there existing standard tools to parse xml files in Android projects? 是否有现有的标准工具来解析Android项目中的xml文件? By xml files, I mean AndroidManifest.xml and those GUI description xml files. 对于xml文件,我的意思是AndroidManifest.xml和那些GUI描述xml文件。

As far as I know, there's no clean, separate library to do this, but implementing your own one is not complicated. 据我所知,没有干净的单独的库可以做到这一点,但是实现自己的库并不复杂。 The only tricky part is to model the difference between Android versions. 唯一棘手的部分是对Android版本之间的差异进行建模。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM