Visual studio can't debug Android Xamarin app

前端 未结 9 851
萌比男神i
萌比男神i 2021-01-17 08:51

I\'ve started with Xamarin and Android using Visual Studio 2013.

When I start debugging the android app, it builds, deploys to device and then debugging in Visual St

9条回答
  •  孤街浪徒
    2021-01-17 09:30

    Hyper-V manager can't be installed on Windows 7 (only the management tool gets installed) so if you get this problem, following those steps don't help.

    Here is the thing that worked for me and it's mentioned here as an answer but hasn't been marked up or marked as an answer. This is actually the best and easiest solution. nothing else worked for me.

    In Visual studio, make sure you choose the solution file (not project files) in the solution explorer. Then go "Project > [project]properties" in the left pane choose "Configuration Properties > Configuration" Now check the Deploy feature if possible. Only deployable projects have the option.

    This saved my life and I almost gave up on Xamarin. I really hope this helps others like me.....

提交回复
热议问题