From baa408b1f82919cd9821935d12b764144de6bd62 Mon Sep 17 00:00:00 2001 From: Aidan Keighron <78337317+SwervyK@users.noreply.github.com> Date: Sun, 20 Nov 2022 16:47:27 -0600 Subject: [PATCH] Spelling error Spelling error on XA0134 --- Documentation/guides/messages/xa0134.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/guides/messages/xa0134.md b/Documentation/guides/messages/xa0134.md index 26cb93560a6..2930afc4727 100644 --- a/Documentation/guides/messages/xa0134.md +++ b/Documentation/guides/messages/xa0134.md @@ -12,7 +12,7 @@ the Xamarin.Android build system for Debug builds. ## Solution -Please check that you to not have the 'android:debuggable' attribute set on the 'application' element in your 'AndroidManifest.xml'. +Please check that you do not have the 'android:debuggable' attribute set on the 'application' element in your 'AndroidManifest.xml'. If you have a class that derives from 'Android.App.Application' and are using the '[Application]' make sure the 'Debuggable' property is not set at all as it will override the value for debug builds. If neither of these solutions work please raise an issue at [https://github.com/xamarin/xamarin-android/issues/new/choose](https://github.com/xamarin/xamarin-android/issues/new/choose).