VS Community 2015 - No Windows Phone Emulator Installed

谁说胖子不能爱 提交于 2019-12-05 00:14:54

Thanks for upgrading to the RTM VS 2015. Unfortunately, you do require VS2013 for Windows 8 emulators to be installed. They aren't available on VS 2015 or there is no stand-alone installer for the emulators. But you should be able to deploy your Windows 8 application on Windows 8.1 emulators, if that helps.

I've downloaded and installed wpsdkv80_enu1.iso from http://www.microsoft.com/en-us/download/details.aspx?id=35471. It is Windows Phone SDK 8.0 and Emulator and it's working fine with Visual Studio 2015 Community

If you want to only test universal apps, you don't need to download WP SDK 8.0. You can debug universal apps directly from VS by switching platform to Windows Phone(universal) and choose Windows 8.1 Emulator. But it expects Emulators for Windows Phone 8.1 to be installed.

If didn't installed Emulators for Windows Phone 8.1 you can do so in Program and Features -> Visual Studio 2015 -> Change.

Correct me if I'm wrong:

  • The Windows Phone 8.1 emulators provided by VS2015 are only good for testing Universal Windows apps (APPX) and nothing else.
  • Windows Phone 8.1 legacy apps (XAP) can only be emulated by installing the Windows Phone 8.1 Updated Emulators separately.

You won' find this piece of information anywhere on the MS reference sites.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!