将 uwp 应用程序卸载到移动设备

SIdeloading uwp app to mobile device

我正在关注这篇文章: https://msdn.microsoft.com/en-us/windows/uwp/packaging/install-universal-windows-apps-with-the-winappdeploycmd-tool 在 phone 上加载应用程序。

我无法理解 .appx 文件的含义。

WinAppDeployCmd install -file "Downloads\MyApp.appx" -ip 192.168.0.1 -pin A1B2C3

我创建了 dhte 应用程序包,但在应用程序文件夹中搜索 .appx 文件没有得到 "myapp".appx.

谢谢。

.appx 文件与 Microsoft Windows 8 和 Windows Phone 8.1 操作系统中引入的 AppX 应用程序分发文件格式相关联。它现在用于 Windows 十个系统。类似于 .xap 文件。要在 Visual Studio 项目中查找 .appx 文件,请转到 Documents/Visual Studio/Projects。打开您的项目文件夹,然后您可以找到您的 .appx 文件。

对于 Windows 8.1 商店应用,请参阅 Windows 8.1 Store apps: Install and test an app on other devices. For Windows 10 Store Apps, see Windows 10 Application Deployment Tool