简体   繁体   中英

How to parse the Windows 10 Manifest.xml file inside an .XAP or a .Appx package

This file appears to be in a binary XML format. What is this format and how can it be parsed programmatically with JAVA?

Note: I want to access this information from outside the windows mobile environment, preferably from Java.

The Appx and xap files are renamed zip files. You can use whichever library you usually use to decompress and read zip files to decompress the Appx file. Once you've done that the AppxManifest.xml, WMAppManifest.xml, and AppManfiest.xaml files are plain text xml files.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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