Поделиться через


.NET for Android error XA0127

Проблема

If you encounter this issue something unexpected happened with the Fast Deployment native tooling. This is most likely to be a native crash.

Решение

To work around the issue disable Fast Deployment by setting EmbedAssembliesIntoApk = True in your .csproj. Или отключите Fast Deployment в интегрированной среде разработки. Вы по-прежнему сможете отлаживать на устройстве, все необходимые файлы будут упаковываться в .apk.

In addition raise an issue at https://github.com/xamarin/xamarin-android/issues/new/choose. Please provide the deployment log and as much detail as possible.