Search code examples
uwpwindows-10-mobile

How to install Remote Tools for Visual Studio 2015 on Win 10 mobile phone


I want to remote debug my uwp app on a Win 10 mobile phone device. How does one install the remote debugging tools on the phone?

Directly installing the rtools_setup_x64.exe via File Explorer does not work, error "Something went wrong".


Solution

  • You have not to install remote tools. Just enabling 'developer mode' (Settings > For developers > Use developer features) and deploy your uwp app by using Visual studio.

    enter image description here