简体   繁体   English

如何在Windows 8.1手机上运行Cordova应用程序?

[英]How to run cordova apps on windows 8.1 phone?

I am working on cordova app using Ionic framework & I want to test it on windows phone. 我正在使用Ionic框架开发Cordova应用,我想在Windows Phone上对其进行测试。 I am working on windows 7 PC and my phone is lumia which runs on windows 8.1. 我正在Windows 7 PC上工作,我的手机是在Windows 8.1上运行的lumia。 Testing it on android was simple just get the apk on phone install it and run. 在android上测试它很简单,只需在手机上安装apk并运行即可。 But it dosen't work this way with windows. 但是它不能在Windows中以这种方式工作。 I have got Xap file using https://build.phonegap.com/ . 我已经使用https://build.phonegap.com/获得了Xap文件。 Now I want to test it on my lumia, just copy and pasting on the phone isn't working. 现在,我想在lumia上对其进行测试,只是无法复制和粘贴到手机上。 Anybody who can help with the process. 任何可以在此过程中提供帮助的人。 So far by R&D I came to know that to develop any thing on win 8.1 devices I am gonna need win 8.1 sdk which only works with win 8 PC. 到目前为止,通过R&D,我知道要在Win 8.1设备上开发任何东西,我将需要Win 8.1 SDK,该SDK仅在Win 8 PC上有效。 Is there any way I can run the app on my device with the existing software that I have. 有什么方法可以使用我拥有的现有软件在设备上运行该应用程序。

You should be able to use the intel xdk to build a windows 8 version and put it on your phone. 您应该能够使用intel xdk构建Windows 8版本并将其放在手机上。 Grab the intel xdk here https://software.intel.com/en-us/intel-xdk , import your html5 project, hit the build tab at the top, follow the step by step instructions, build for windows 8, install it on phone and profit. 在此处获取intel xdk https://software.intel.com/zh-cn/intel-xdk ,导入html5项目,点击顶部的build标签,按照分步说明进行操作,针对Windows 8进行安装电话和利润。 You should not need a windows 8 pc for this to work as intel builds it on their servers and you simply download the app. 您不需要Windows 8 pc即可工作,因为intel会在其服务器上构建它,而您只需下载该应用程序即可。 I run this in ubuntu and do android, iphone, and any ohter build i need. 我在ubuntu中运行它,并执行android,iphone和我需要的任何其他构建。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Windows Phone 8.1通用应用程序中使用搜索框控件? - How to use search box control in Windows Phone 8.1 universal apps? Cordova 上的 Windows Phone 8.1 移动应用程序中的分析 - Analytics in Windows Phone 8.1 mobile app on Cordova 将Google广告添加到Windows Phone 8.1应用 - Adding google ads to windows phone 8.1 apps 适用于通用应用的Windows 8.1 AdControl(电话和台式机) - Windows 8.1 AdControl for Universal Apps (Phone and Desktop) Windows Phone 8.0 DLL是否与Windows Phone 8.1应用程序兼容? - Are Windows Phone 8.0 DLLs compatible with Windows Phone 8.1 apps? 在Windows 8.1上运行Windows 10 Universal Apps - Run Windows 10 Universal Apps on Windows 8.1 从Windows 10将Cordova应用程序部署到Windows Phone 8.1设备 - Deploy Cordova app to a Windows Phone 8.1 device from Windows 10 如何使用Phonegap / Cordova / WinJS / HTML / CSS / JS扫描Windows Phone 8.1中的QR代码? - How to scan QR Code in Windows Phone 8.1 using Phonegap/Cordova/WinJS/HTML/CSS/JS? 将Cordova应用程序部署到真实的Windows Phone 8.1设备时出现问题 - Problems deploying a cordova app to a real Windows Phone 8.1 device Windows Phone 8应用程序是否可以在Windows 10 Mobile上运行 - Will Windows Phone 8 apps run on Windows 10 Mobile
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM