Visual Studio 2015 Xamarin deploy fail without any error message

后端 未结 20 856
隐瞒了意图╮
隐瞒了意图╮ 2020-12-18 17:54

I just installed VS 2015, the installation was finish (after some fail time caused by the slow network, I run setup again).

I create a project as Adroid > A

20条回答
  •  天涯浪人
    2020-12-18 18:28

    Sometimes the physical Android device gets confused about versions.

    On the device, to go settings | Applications Manager | All applications.

    Manually delete your application. Manually delete "Mono Shared Runtime" (don't worry it will reinstall during deploy)

    Make any change in your project so it is seen as altered and needing to be recompiled: Add a new blank-line to a .cs file or something.

    Build Debug/deploy

提交回复
热议问题