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 应用程序部署到设备上?
基础教程推荐
- Moq It.Is<>不匹配 2022-01-01
- 禁止输入少量字符,例如'<'、'&a 2022-01-01
- 如何使用 .Net 检查 Active Directory 服务器是否已启动并正在运行? 2022-01-01
- 如果有人提交恶意软件Nuget包怎么办? 2022-01-01
- 我应该在后面的代码中直接使用 Linq To SQL 还是使 2022-01-01
- .NET SerialPort DataReceived 事件未触发 2022-01-01
- WPF 模态进度窗口 2022-01-01
- 当值可以是对象或空数组时反序列化 JSON 2022-01-01
- Azure Functions:CosmosDBTrigger 未在 Visual Studio 中触发 2022-01-01
- C# 从 List<List<int>> 中删除重 2022-01-01
