如何将 Windows Phone 10 应用程序部署到设备上?

1

本文介绍了如何将 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 应用程序部署到设备上?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

C# 中的多播委托奇怪行为?
Multicast delegate weird behavior in C#?(C# 中的多播委托奇怪行为?)...
2023-11-11 C#/.NET开发问题
6

参数计数与调用不匹配?
Parameter count mismatch with Invoke?(参数计数与调用不匹配?)...
2023-11-11 C#/.NET开发问题
26

如何将代表存储在列表中
How to store delegates in a List(如何将代表存储在列表中)...
2023-11-11 C#/.NET开发问题
6

代表如何工作(在后台)?
How delegates work (in the background)?(代表如何工作(在后台)?)...
2023-11-11 C#/.NET开发问题
5

没有 EndInvoke 的 C# 异步调用?
C# Asynchronous call without EndInvoke?(没有 EndInvoke 的 C# 异步调用?)...
2023-11-11 C#/.NET开发问题
2

Delegate.CreateDelegate() 和泛型:错误绑定到目标方法
Delegate.CreateDelegate() and generics: Error binding to target method(Delegate.CreateDelegate() 和泛型:错误绑定到目标方法)...
2023-11-11 C#/.NET开发问题
14