Not Able To Install Apache Cordova for Windows Phone7

喜夏-厌秋 提交于 2019-11-29 12:00:15

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.

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.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!