Unable to create XAP file in Visual studio professional 2017

191 views Asked by At

I have installed Visual studio 2017 professional. Create new project in cordova app.

I need windows app(.xap). But it run on local machine properly. Build folder i m getting CordovaApp.Windows10.build.appxrecipe file only. how will i get .xap file.

VB_2015 Pro and 2017 version icouldntsee that option why VB_2017_Community

can i install any more?

1

There are 1 answers

3
Chathura Edirisinghe On

try runnig your application in windows-x64 or in windows-x86(if your running 32bit of windows) instead of Windows Any-CPU.and from the deployment target you choose either local machine or simulator.