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 应用程序部署到设备上?
- C# 中多线程网络服务器的模式 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- 输入按键事件处理程序 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- 如何用自己压缩一个 IEnumerable 2022-01-01
