Gaurav
Gaurav

Reputation: 155

How to create .XAP extension file for windows phone

I have created a new Windows 8 JavaScript project using phoneGap,

My question is how can i get .XAP extension file in Bin folder as this is mandatory to run my application on windows device.

And also tell me one thing there is any other solution to make this .XAP extension file. Because of using javascript i am not getting .XAP extension file.

Upvotes: 2

Views: 12160

Answers (2)

MSTdev
MSTdev

Reputation: 4635

First of all you need to check that you are configured for windows 8 or windows phone 8.

If you compile it as Windows Phone Project then you can get XAP from your project. Bin>>Debug>>Your project.XAP

Upvotes: 3

ColinE
ColinE

Reputation: 70122

You must either compile it, as a Windows Phone project, using Visual Studio. Or alternatively use the Adobe PhoneGap Build service, which allows you to send your code to the 'cloud' as a zip file. It will them build your app, returning IPA, APK, XAP and other native bundles.

Upvotes: 0

Related Questions