Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/django/20.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android studio 如何在Microsoft应用商店上发布颤振应用程序?_Android Studio_Flutter_Uwp_Desktop - Fatal编程技术网

Android studio 如何在Microsoft应用商店上发布颤振应用程序?

Android studio 如何在Microsoft应用商店上发布颤振应用程序?,android-studio,flutter,uwp,desktop,Android Studio,Flutter,Uwp,Desktop,我已经为windows构建了应用程序。它在桌面模式下运行 我打开了微软开发者帐户 如何将颤振应用程序(windows版本)发布到Microsoft应用商店?AndroidStudio项目中的哪些文件(或如何构建)要上载到Microsoft Partner Center 非常感谢 问题是无法将.exe筛选器上载到所需的Windows应用商店,例如.xsix文件。要构建.xsix文件非常简单: 您使用Flatter for Windows构建应用程序,完成此步骤后,您可以使用xsix包为Window

我已经为windows构建了应用程序。它在桌面模式下运行

我打开了微软开发者帐户

如何将颤振应用程序(windows版本)发布到Microsoft应用商店?AndroidStudio项目中的哪些文件(或如何构建)要上载到Microsoft Partner Center


非常感谢

问题是无法将.exe筛选器上载到所需的Windows应用商店,例如.xsix文件。要构建.xsix文件非常简单:

您使用Flatter for Windows构建应用程序,完成此步骤后,您可以使用xsix包为Windows应用商店构建xsix文件。您可以在此处找到该软件包的文档:

将此包添加到dev_依赖项:

dev_dependencies:
  flutter_test:
    sdk: flutter
  msix: ^2.1.1
然后使用以下注释:

flutter clean
flutter build windows
flutter pub run msix:create --store
完成此步骤后,您将获得要上载到Windows应用商店的msix文件