Question

I'm developing Windows Phone application.I'm finished.I need application file.How I create application file like .apk for Windows Phone ?

Était-ce utile?

La solution

.apk file is an Android file which contain whole application. For Windows Phone 7 equivalent is .xap file. This is just a zip file with the app and resources. Just remember to upload the release one from Documents\Visual Studio 2010\Projects\AppName\Bin\Release\.

Autres conseils

When you build your project you should get a .xap file somewhere in your projects directory. I have not worked with Windows Phone myself, so i do not know exactly where. But if it is like desktop C#, the default is bin/release, or bin/debug if it's a debug build.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top