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 应用程序部署到设备上?
基础教程推荐
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01
- rabbitmq 的 REST API 2022-01-01
- 将 XML 转换为通用列表 2022-01-01
- c# Math.Sqrt 实现 2022-01-01
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01
- 如何激活MC67中的红灯 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30