how to deploy windows phone 10 application to a device?(如何将 Windows Phone 10 应用程序部署到设备上?)
问题描述
我正在使用诺基亚 lumia630 设备,该设备使用可用的最新 Windows 10 Insider Preview 版本.
I am using a Nokia lumia630 device, which uses latest windows 10 insider preview build available.
我创建了一个示例 Windows UWP 应用程序并对其进行了构建.构建的输出是一个 Appx.
i created a sample windows UWP application and took a build of the same.The output of the build is an Appx.
如何将这个 Appx 安装到我的设备上?有人知道吗?
How can i install this Appx to my device? Anyone having any idea?
推荐答案
使用命令行工具时,将应用程序部署到 Win 10 Mobile 有点困难.一个很好的替代方案是面向开发人员"设置下可用的设备门户.它适用于最新版本.
Deploying apps to Win 10 Mobile is a bit difficult when using the command line tool. A great alternative is the Device Portal that is available under the "For Developer" settings.Its available with the latest build.
现在您可以使用网络浏览器连接到设备并通过应用程序页面管理应用程序,无需配对/PIN.这似乎比使用命令行更容易部署应用程序.
Now You can connect to the device using a web browser and manage apps via the Apps page with no pairing/pin required. This seems to be an easy way of deploying apps than using command line.
这篇关于如何将 Windows Phone 10 应用程序部署到设备上?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何将 Windows Phone 10 应用程序部署到设备上?
基础教程推荐
- 如果条件可以为空 2022-01-01
- 从 C# 控制相机设备 2022-01-01
- 获取C#保存对话框的文件路径 2022-01-01
- 更新 Visual Studio 中的 DataSet 结构以匹配新的 SQL 数据库结构 2022-01-01
- C# 9 新特性——record的相关总结 2023-04-03
- 将数据集转换为列表 2022-01-01
- Mono https webrequest 失败并显示“身份验证或解密失败" 2022-01-01
- SonarQube C# 分析失败“不是指针的有效行偏移" 2022-01-01
- 重新排序 WPF TabControl 中的选项卡 2022-01-01
- 在 VB6 或经典 ASP 中使用 .NET 2022-01-01
