Xamarin - Visual Studio stuck at zipalign.exe

后端 未结 9 1721
野的像风
野的像风 2021-02-12 13:08

When trying to deploy an app in Android Device, VS is stuck here:

1>C:\\Users\\George\\AppData\\Local\\Android\\android-sdk\\build-tools\\23.0.1\\zipalign

9条回答
  •  温柔的废话
    2021-02-12 13:49

    This question may be old but I had this problem right now.
    I am using a real device and not an emulator and my solution was to:

    1. Restart Visual Studio
    2. Clean and rebuild the project
    3. Restart the device

    Then the deployment worked. I hope this is going to help someone.

提交回复
热议问题