Visual Studio and Android Device Monitor doesn't detect any devices

后端 未结 12 1639
闹比i
闹比i 2021-01-12 10:43

I\'ve just installed VS2015 Community with Xamarin to develop some mobile apps. The problem is, I can\'t achieve debugging Android apps on any device. Android Device Monitor

12条回答
  •  醉酒成梦
    2021-01-12 11:21

    I have just updated from VS2015 (14.0.25402.00 Update 3) to VS2017 (15.7.5).
    Amongst other things, I had to migrate a .forms app from 2.3.x to 3.1.x...
    As it (according to MS) now should be possible to install also the Xamarin integration software in parallel to older versions of VS, I first (for security reasons) wanted to leave my “old” .forms app under VS2015 and .forms 2.3x and start to update to .forms 3.x with VS2017.

    First, everything looked good - I was able to open my “old” .forms 2.3.x project in VS2015 (what was not possible in the earlier migration from VS2013 to VS2015).
    But, I was not able to bring my two dev mobiles (both Samsung Galaxy S7) to work under VS2015 again, although, they were showed to my dev-machine (windows explorer) correct.
    After wasting about a full day (doing every suggested workaround, I found on the web), I gave up und started to migrate the .forms project under VS2017.

    Under VS2017 both mobiles were showed immediately without any problems and I was able to debug to the device.
    So.. it seems, as the installation of VS2017 (with Xamarin integration SW) has “destroyed” something in the VS2015 installation regarding the access to the mobile devices...

提交回复
热议问题