Udostępnij przez


.NET for Android error XA0127

Problematyka

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

Rozwiązanie

To work around the issue disable Fast Deployment by setting EmbedAssembliesIntoApk = True in your .csproj. Możesz też wyłączyć Fast Deployment w IDE. Nadal będzie można debugować na urządzeniu, wszystkie wymagane pliki zostaną spakowane wewnątrz .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.