Saturday, October 5, 2013

Install and Create First PhoneGap App on windows 7

Its Simple!

Step1: Download the Windows Phone Software Development Kit (SDK) 7.1 from Microsoft site:

http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27570

Step2: Download the latest version of PhoneGap source code from http://phonegap.com/

Step3: Copy the PhoneGapStarter.zip and PhoneGapCustom.zip files into \Documents\Visual Studio 2010\Templates\ProjectTemplates

Step4: Open Visual Studio - > File->New project -> Click ok PhoneGapStarter

Step5: Open the “index.html” page

Modify the line

         document.getElementById("welcomeMsg").innerHTML="Hello World"

Step6: Save changes and Build the App

Press F5 to run the PhoneGapp App

For more information, follow the link:

http://msdn.microsoft.com/en-us/hh771462.aspx

No comments:

Post a Comment