简体   繁体   English

如何在设备中安装我的Windows Phone 7应用程序

[英]how to install my windows phone 7 app in device

I have built my first application for windows phone 7 in Visual Studio 2010 Ultimate. 我在Visual Studio 2010 Ultimate中构建了我的第一个Windows Phone 7应用程序。 Now i need to launch my application and also want to install it in device. 现在我需要启动我的应用程序,并且还想在设备中安装它。 Can anyone please tell me how to do this? 谁能告诉我怎么做?

You can install it from the Application Deployment Tools 您可以从“应用程序部署工具”安装它

Go through this step 完成这一步

Go to Start -> All programs -> Windows Phone Developer Tools -> Application Deployment. 转到开始 - >所有程序 - > Windows Phone开发人员工具 - >应用程序部署。 This tool allows you to choose a XAP file and deploy it on your developer unlocked phone. 此工具允许您选择XAP文件并将其部署在开发人员未锁定的手机上。

First, your device should be unlocked and connect to your PC, then Run your solution in VS to your device. 首先,应解锁设备并连接到PC,然后将VS中的解决方案运行到设备。 or find XapDeploy.exe in this similar path: 'Microsoft SDKs\\Windows Phone\\v7.1\\Tools\\XAP Deployment' , and deploy it. 或者在此类似路径中找到XapDeploy.exe: “Microsoft SDKs \\ Windows Phone \\ v7.1 \\ Tools \\ XAP Deployment” ,然后部署它。

  1. Unlock your device by running ' Windows Phone Developer Registration '. 通过运行“ Windows Phone Developer Registration ”解锁设备。 You can find it in Start -> Windows Phone SDK 7.1 . 您可以在开始 - > Windows Phone SDK 7.1中找到它。

  2. For 32-bit development system go to: C:\\Program Files\\Microsoft SDKs\\Windows Phone\\v7.1\\Tools\\WPConnect\\x86 对于32位开发系统,请转到: C:\\ Program Files \\ Microsoft SDKs \\ Windows Phone \\ v7.1 \\ Tools \\ WPConnect \\ x86

    For 64-bit development system go to: C:\\Program Files\\Microsoft SDKs\\Windows Phone\\v7.1\\Tools\\WPConnect\\x64 对于64位开发系统,请转到: C:\\ Program Files \\ Microsoft SDKs \\ Windows Phone \\ v7.1 \\ Tools \\ WPConnect \\ x64

    and run WPConnect.exe it after you have connected the device to your desktop/laptop. 将设备连接到台式机/笔记本电脑后运行WPConnect.exe

  3. Build and deploy after selecting Windows Phone Device from deployment target and test your app. 部署目标中选择Windows Phone设备并测试应用程序后构建和部署。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在其他Windows 8.1设备上安装我的应用 - Install my app in other Windows 8.1 device 我可以在Windows RT设备上测试Windows Phone应用程序吗? - Can I test a Windows Phone app on my Windows RT device? 如何将Windows Phone 8.1应用程序部署到Windows 10移动设备? - How to deploy Windows Phone 8.1 app to Windows 10 Mobile device? Windows Phone应用在设备上崩溃 - Windows Phone app crash on device 如何检查Windows Phone设备的当前方向? - How can I check the current orientation of my windows phone device? 如何以最简单的方式在其他手机中安装Windows Phone 8.1应用程序? - How to install Windows Phone 8.1 app in other phones in the simplest way? 如何在Windows Phone 8中检查应用程序是否已更新或全新安装? - How to check if app is updated or fresh install in Windows Phone 8? 如何将我的Monodroid应用安装到HTC设备? - how to install my Monodroid app to my HTC device? Windows Phone 8.1:如何从我的应用程序启动已安装的应用程序 - Windows Phone 8.1 : how to Launch an Installed app From My app 如何使NFC应用程序成为Windows Phone中的“受信任的应用程序”? - How to make my NFC app a “trusted app” in Windows Phone?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM