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).