Xamarin - Visual Studio stuck at zipalign.exe

后端 未结 9 1714
野的像风
野的像风 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 14:04

    Actually, it seem to be a bug with Xamarin. I don't know since wich version this bug occur, but i have the same problem since i have updated to the last Builds.

    This bug is occuring with my Amazon Kindle Fire. After some test, it seem that this is not really zipalign that is buggy, but the process of attaching to the Device that hang/fail afterward.

    In order to be able to debug my Android platform, the only workaround i have found at the moment is to debug via an Emulator. I have used Android_Accelerated_x86 (Android 6.0 - API 23) Emulator that is shipped with the last versions of SDK.

    I don't know if this Emulator is Xamarin related or from the Android SDK, but you can find it in the list of debuggable devices in Visual Studio when on Android platform as startup project.

    I can deploy on this Emulator and debug on it. At least we can work and debug till this bug is fixed somehow.

    Good luck!

    0 讨论(0)
  • 2021-02-12 14:05

    I'm having the same issue on my Emulator and device and also use the Fast Deployment but still sometime see the issue.

    So far, my fix is either clean solution and build then deploy, that sometime will work. Or, restart my pc, that's also sometime works.

    I don't have a solution yet, but with combine these two and try many time, it will work.

    0 讨论(0)
  • 2021-02-12 14:09

    ITNOA

    When I want install Visual Studio 2017, I remove Visual Studio 2015 first then install Visual Studio 2017 and have a same problem even in emulator, to resolve this problem, I uninstall Visual Studio 2017, then removed Xamarin and Android SDK, NDK completely from my computer, then install Visual Studio 2017 again and my problem resolved.

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