in android, we right click to our project, click export and get the apk.
For windows phone 8 , in visual studio 2012, how can i export my application into my desktop or somewhere ?
Anyone can help about it ?
Thanks !
For Windows Phone you get a XAP file instead of an APK file.
The XAP in the ARM Release ie- ..\<Project Folder>\Bin\ARM\Release\
should be submitted to the Windows Store or Deployed to Device. Windows Phone Devices uses ARM based processors.
To generate the output-
To Run on Device-
\Bin\ARM\Release\
To Run on Emulator- (use AnyCPU Build Configuration)
\Bin\x86\Release\