Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有现有的标准工具来解析 Android 项目中的 xml 文件?xml 文件是指 AndroidManifest.xml 和那些 GUI 描述 xml 文件。
据我所知,没有干净、独立的库可以做到这一点,但实现自己的库并不复杂。唯一棘手的部分是对 Android 版本之间的差异进行建模。