Not Able To Install Apache Cordova for Windows Phone7

淺唱寂寞╮ 提交于 2019-11-28 05:53:42

问题


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.


来源:https://stackoverflow.com/questions/12759284/not-able-to-install-apache-cordova-for-windows-phone7

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