WP 8:如何从 Visual Studio 部署/导出应用程序
问题描述:
在android中,我们右键单击我们的项目,单击导出并获取apk.
in android, we right click to our project, click export and get the apk.
对于 windows phone 8,在 Visual Studio 2012 中,我如何将我的应用程序导出到我的桌面或其他地方?
For windows phone 8 , in visual studio 2012, how can i export my application into my desktop or somewhere ?
有人可以帮忙吗?
谢谢!
答
每次构建项目时 - Visual Studio 都会构建 XAP 文件,该文件是用于将其上传到 Windows Phone 商店或部署到真实设备的实际包.这可能有助于提交您的应用
Each time when you build you project - Visual Studio builds XAP file, which is actual package for uploading it to Windows Phone Store or deploying to the real device. This may help Submit your app