Visual Studio 2015 Using Incorrect Cordova Version

2019-07-13 17:41发布

I'm new to Cordova development, and I'm using Visual Studio 2015 RC on Windows 10. I'm targeting Cordova 5.0.0, however, when I'm debugging using the Windows Phone emulator, and I take a look at the dynamic code, I notice that Visual Studio is pulling down Cordova 3.9.0-dev. Am I missing something here?

Configured for Cordova 5.0.0 Visual Studio is using 3.9.0-dev

Edit

I'll note, that other than this problem over here, I'm not seeing any obvious issues with this, and the Cordova plugins I'm using do work.

1条回答
我命由我不由天
2楼-- · 2019-07-13 18:18

I'm not a GIT user, but, it appears that Cordova.js is different for each platform (Windows, Windows Phone, iOS, Android, etc...). For Windows Phone 8, which I've been focusing on, it looks like the latest version is in fact 3.9.0-dev, that is assuming I'm looking in the right place.

https://git-wip-us.apache.org/repos/asf

https://git-wip-us.apache.org/repos/asf?p=cordova-windows-phone.git;a=summary

https://git-wip-us.apache.org/repos/asf?p=cordova-wp8.git;a=summary

查看更多
登录 后发表回答