WP 8: How to deploy / export an application from Visual Studio

in android, we right-click on our project, click export and get apk.

For Windows Phone 8, in visual studio 2012, how can I export my application to my desktop or somewhere?

Can anyone help with this?

Thank!

+5
source share
3 answers

Each time you create a project, Visual Studio creates an XAP file, which is the actual package for downloading it to the Windows Phone Store or for deployment on a real device. It may help. Submit your application.

+2
source

Windows Phone XAP APK.

XAP ARM ie- ..\<Project Folder>\Bin\ARM\Release\ Windows . Windows Phone ARM.

-

  • Release DropBox .
  • AnyCPU ARM.
  • .

-

  • (, Windows Phone SDK)
  • ( USB . WP 7 Zune.)
  • XAP \Bin\ARM\Release\
  • ""

- ( AnyCPU)

  • (, Windows Phone SDK)
  • .
  • XAP \Bin\x86\Release\
  • ""
+4

VS, , Windows SDK, , C:\Program Files (x86)\Microsoft SDK\Windows Phone\v8.0

XapDeploy.exe * \ XAP *

*.xap , bin (, C:\Users\user\Documents\Visual Studio 2012\Projects\HTML5App1\Bin\Debug)

0

All Articles