phonegap从OSX构建windows phone

时间:2016-11-18 13:34:07

标签: macos cordova windows-phone

平, 一个问题:是否可以在OSX操作系统上构建/运行/模拟Windows Phone应用程序? 我尝试过使用phonegap

transform: scale(7.047); 

我收到以下错误

phonegap run wp8

我愿意(现在)只是想知道它是否可能,或者我必须更改为另一个操作系统来构建/开发Windows Phone应用程序?

1 个答案:

答案 0 :(得分:0)

是的,虚拟化环境

可能

是的,Windows Phone 8模拟器/ Windows Phone 8模拟器可以直接在OS X中运行。但是鼠标光标不可见。鼠标工作,但没有光标/圆圈显示指针的位置,这使得VM很难使用。 Windows Phone 8 Simulator does the same thing on Windows when launched in Hyper V Manager (rather than Visual Studio).这可能在将来发生变化。键盘支持很好。

我使用的是VMware Fusion 6.01 / OS X Mavericks。

enter image description here

  • C:\ Program Files(x86)\ Microsoft获取Flash.vhd文件 Windows 8中的SDKs \ Windows Phone \ v8.0 \ Emulation \ Images \ Flash.vhd , 并将其复制到OS X(我使用VMware Fusions Sharing功能进行设置 快点)

  • 将VM导入VMware Fusion

  • 将CPU和内存设置更改为最少2个内核,512 MB (Windows Phone 8的最低要求)。在我这样做之前,Windows 电话8将在启动屏幕暂停。

Windows Phone 8将启动。

Please Follow this tutorial for better Understandings.