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?
try runnig your application in
windows-x64
or inwindows-x86
(if your running 32bit of windows) instead ofWindows Any-CPU
.and from the deployment target you choose eitherlocal machine
orsimulator
.