本文介绍了手动创建xap包的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我需要从特定文件夹创建一个xap文件,对于Windows应用商店,有一个工具:'makeappx.exe'。
I need to create a xap file from a specific folder, for Windows Store there is a tool for that: ' makeappx.exe '.
如何在Windows Phone 8上执行此操作,是否有任何等效工具
How can I do this on windows phone 8, is there any equivalent tool
推荐答案
.XAP文件实际上是一个重命名的.ZIP文件。
A .XAP file is actually a renamed .ZIP file.
支持的方法是让Windows Phone 8 SDK编译器生成XAP文件。
The supported approach is to let the Windows Phone 8 SDK compiler generate the XAP file.
希望这会有所帮助,
Mark
Hope this helps,
Mark
这篇关于手动创建xap包的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!