I am Trying To create an Application with Apache Cordova(Phonegap) For windows phone7.I followed the linkApache Cordova For phone7 and the problem is am not able to find CordovaStarter-x.x.x.zip file in the downloaded content as mentioned in the instruction,Download Link.Plz sort out my problem.Thank you
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
In fact, VS templates is not bundled with phonegap 2.1. In order to 'install' a template, you will need to build the template. Simply open templates\full\CordovaSolution.sln in Visual Studio and from the file menu, choose 'Export Template'.
You can also test the sample solution located here \lib\windows-phone\example.
回答2:
I have same problem as above and I have found some solution.
Using Visual studio 2010 and WindowsPhone 7.x SDK we create Phongegap app in Windows 7 and its done by using template in visual studio 2010.
Steps for Create Project in visual studio 2010:
- Fist Download WindowsPhoneSDK7 for windows 7 Microsoft Download Center
- After that download latest version of Phonegap SDK
- open lib/Windows Phone folder after extracting downloaded Phpnegap sdk
- In this folder click on "createTemplates.bat" file which generate zip file like CordovaWP7_x_x_x.zip
- Copy CordovaWP7_x_x_x.zip & Paste to Visual Studio 2010\Templates\ProjectTemplates\Visual C#
- Now open Visual studio 2010 & Start new project wich shows CordovaWP7_x_x_x.zip Template then project created successfully.