如何将Visual Studio Cordova应用程序部署到Windows 8? [英] How to deploy Visual Studio Cordova app to Windows 8?

查看:94
本文介绍了如何将Visual Studio Cordova应用程序部署到Windows 8?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我在Visual Studio中创建示例cordova应用程序时,我可以定位到Android,它会生成一个APK,可以在Android中轻松打开.对于Windows 8/8.1,该怎么做? ... Windows的APK文件相当于什么? (我一直在寻找.exe或类似文件,但找不到...假设这必须很简单!?)

When I create a sample cordova app in Visual Studio I can target Android and it generates an APK what I can open easily in Android. How to do the same for Windows 8/8.1 ? ... what is the equivalent of the APK file for windows? (I was looking for a .exe or similar but cant find ... assume this must be simple!?)

推荐答案

在Windows 8.0/8.1中, .appx .appxupload 软件包是在构建后创建的,就像apk一样,这也是一个zip文件,以查看包的内容,将扩展名更改为.zip并提取内容. * .appx等效于Windows中的apk. 构建后的Appx软件包位于bld [Debug或Release] \ platforms \ Windows \ AppPackages

In Windows 8.0/8.1 .appx and .appxupload package are created after build and like apk this is also a zip file, to view the content of package, change the extension to .zip and extract the content. *.appx is equivalent to apk in Windows. Appx package after build is located at bld[Debug or Release]\platforms\Windows\AppPackages

这篇关于如何将Visual Studio Cordova应用程序部署到Windows 8?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆