Visual Studio 2015 Xamarin deploy fail without any error message

后端 未结 20 906
隐瞒了意图╮
隐瞒了意图╮ 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:31

    Try one of the following and see if you can get the app to deploy to your device.

    • Clean and build project/solution
    • Make sure you have updated all the NuGet packages (Right click on solution and click on Manage NuGet Packages.... Then check in Updates section whether there are any updates)
    • Make sure you have installed all the necessary SDKs from the Android SDK Manager
    • Check whether you have selected the correct project as the startup
    • Check if you have set the correct path for Android SDK and NDK locations
    • Make sure you have checked Deploy for your selected project from Build -> Configuration Manager

提交回复
热议问题