admin管理员组

文章数量:1391969

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.

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.

Share Improve this question edited Apr 18, 2013 at 5:35 MSTdev 4,6352 gold badges26 silver badges40 bronze badges asked Apr 18, 2013 at 5:12 GauravGaurav 1552 gold badges2 silver badges12 bronze badges
Add a ment  | 

2 Answers 2

Reset to default 3

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

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

You must either pile 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.

本文标签: javascriptHow to create XAP extension file for windows phoneStack Overflow