最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - How to create .XAP extension file for windows phone - Stack Overflow

programmeradmin1浏览0评论

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.

发布评论

评论列表(0)

  1. 暂无评论