How to create .XAP extension file for windows phone

12,111

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

Share:
12,111
Gaurav
Author by

Gaurav

Updated on June 04, 2022

Comments

  • Gaurav
    Gaurav almost 2 years

    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.

  • Gaurav
    Gaurav about 11 years
    Thanks Imran for your appropriate response, configured for Window phone 8, While compiling my window phone project i am getting these file in Bin>>Debug as given below, AppX Folder, AppxManifest.xml , ProjectName.build , resources.pri
  • MSTdev
    MSTdev about 11 years
    Welcome Gaurav. if you are satisfied with answer then click as accepted answer
  • Gaurav
    Gaurav about 11 years
    Hi Imran, actually i am not having solution of my issue, so i am just still looking for solution.
  • MSTdev
    MSTdev about 11 years
    Have you configured visual studio Phone gap windows phone 8 Templates properly ?
  • Gaurav
    Gaurav about 11 years
    I have configured VS 2012 with phoneGap Using Javascript Project and added PhoneGap references manually. With the help of this url (codeproject.com/Tips/527393/…)
  • MSTdev
    MSTdev about 11 years
    OK got it as already I told you your configured solution is for W8 or WP 8 , this article written for Windows 8 not for windows phone 8 . Keep in mind windows 8 and windows phone 8 both is different. Create new project as per docs.phonegap.com/en/2.4.0/…
  • Gaurav
    Gaurav about 11 years
    Hi Imran, Thank you so much :) .