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.exe 4 "C:\Users\George\Documents\Visual Studio 2015\Projects\SGUotA-Xamarin\BBXamarin\BBXamarin\BBXamarin.Droid\bin\Debug\BBXamarin.Droid-Signed-Unaligned.apk" "bin\Debug\BBXamarin.Droid-Signed.apk"
Can anyone propose a solution for this? screenshot of the problem
I had the same problem, and after upgrading Android SDK Build-tools from 23.0.1 to a newer version in the Android SDK Manager, the problem was solved.
I came across the same issue in Visual Studio 2015 using any emulator. In my case, it turned out that I had to change a packaging option to get rid of the problem.
The deployment appears to be a touch slower, however, the emulator executes the software much faster. Enjoy!
None of the solutions present on the web(regedit, clean, uninstall, restart, etc...) solved the issue for me. I ended up reading through xamarin's bugzilla log and found that the solution is to have the emulator running prior to trying to deploy. If you simply build, then deploy and let visualstudio launch the emulator it will hang. However, if you launch the emulator from the Android AVD Manager then deploy via visualstudio, it will run deploy cleanly.