WinRT 应用程序部署到多个设备
如果您针对 WinRT 构建应用程序,您可以将其部署到任何设备,还是必须像现在一样进行多个构建(每个平台一个)?
If you build app against WinRT, can you deploy it to any device or do you have to have multiple builds (one per platform) like you do right now?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
用 JavaScript 或 C# 构建的 WinRT 应用程序无需更改即可部署到任何 Win8 计算机。根据 Steven Sinofsky 的主题演讲,这包括 Arm 设备。用 C++ 编写的应用程序需要针对适当的架构(x86、x64、Arm)进行编译,但不需要任何源修改。
WinRT applications built in JavaScript or C# will deploy without changes to any Win8 machine. This includes Arm devices per Steven Sinofsky's keynote. Applications written in C++ will need to be compiled for the appropriate architecture (x86, x64, Arm), but should not require any source modifications.