Visual Studio 2015 Xamarin deploy fail without any error message

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

    And yet another recipe of fixing this:

    • clean projects
    • remove all bin, obj folders
    • mark your android-project as startup

    then try to deploy again

    As for me, in some cases, if visual studio stucked on project building, it requires pc reboot.

    0 讨论(0)
  • 2020-12-18 18:22

    I was facing same issue. Just reopen visual studio and rebuild your project..and then try to deploy.

    Its worked for me!

    0 讨论(0)
  • 2020-12-18 18:22

    First of all, we can find the error in "Details" when we click "Start" button on "AVD Manager" for "Android_Accelerated_x86". If the error is as follows :

    Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: HAXM is not installed on this machine

    So, in this case we need to install "Intel® Hardware Accelerated Execution Manager". It can be downloaded from following link :

    haxm-windows_v6_0_6.zip (6.0.6)

    Note: After installing Xamarin for the first time in visual studio 2015 i had the same error to run "Android_Accelerated_x86". After installing this accelerated emulator is now up and running.

    0 讨论(0)
  • 2020-12-18 18:23

    Is any Android Virtual Device running?


    1. Open AVD menu

    1. Launch the device

    1. Wait for it to fully load
    2. Build and deploy
    3. Find your app in device's menu and execute it
    0 讨论(0)
  • 2020-12-18 18:23

    I had Xamarin Android Player opened while trying to deploy the Android project. This steps worked for me:

    1. Closed Xamarin Android Player
    2. Ran Android project again
    0 讨论(0)
  • 2020-12-18 18:26

    I had the same annoying issue. Going to Options -> Xamarin -> Android Setting and checking Preserve application data/cache on device between deploys solved my problem.

    0 讨论(0)
提交回复
热议问题