diff --git a/Configuration.props b/Configuration.props index 1463c7b8184..447a8fda27f 100644 --- a/Configuration.props +++ b/Configuration.props @@ -21,14 +21,9 @@ <_StandardLibraryPath Condition=" '$(TargetFrameworkVersion)' == '' ">$([Microsoft.Build.Utilities.ToolLocationHelper]::GetPathToStandardLibraries('.NETFramework', 'v4.7.2', '')) v4.7.2 v4.7.1 - - - v4.4 - 19 26 21 - $(AndroidFirstApiLevel) 33 $(AndroidLatestStableApiLevel) diff --git a/Documentation/building/configuration.md b/Documentation/building/configuration.md index 3325276f929..630e27407d0 100644 --- a/Documentation/building/configuration.md +++ b/Documentation/building/configuration.md @@ -27,11 +27,6 @@ Overridable MSBuild properties include: This is an integer value, e.g. `15` for [API-15 (Android 4.0.3)](http://developer.android.com/about/versions/android-4.0.3.html). - * `$(AndroidFirstFrameworkVersion)`: The first `$(TargetFrameworkVersion)` - which will be built by `make jenkins` and included in the installer. - Currently `v4.4`. - This controls what is included in `build-tools/create-vsix` packages. - * `$(AndroidFrameworkVersion)`: The Xamarin.Android `$(TargetFrameworkVersion)` version which corresponds to `$(AndroidApiLevel)`. This is *usually* the Android version number with a leading `v`, e.g. `v4.0.3` for API-15. diff --git a/Localize/loc/cs/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl b/Localize/loc/cs/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl index e504623e648..5d4023d2cbe 100644 --- a/Localize/loc/cs/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl +++ b/Localize/loc/cs/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl @@ -54,6 +54,15 @@ + + + + + + + + + diff --git a/Localize/loc/es/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl b/Localize/loc/es/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl index 457b73ec362..4d7b9a4e632 100644 --- a/Localize/loc/es/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl +++ b/Localize/loc/es/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl @@ -54,6 +54,15 @@ + + + + + + + + + diff --git a/Localize/loc/fr/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl b/Localize/loc/fr/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl index a61915a971f..5deff29a644 100644 --- a/Localize/loc/fr/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl +++ b/Localize/loc/fr/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl @@ -54,6 +54,15 @@ + + + + + + + + + diff --git a/Localize/loc/ja/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl b/Localize/loc/ja/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl index 16cbac145e1..19223b02cf7 100644 --- a/Localize/loc/ja/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl +++ b/Localize/loc/ja/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl @@ -54,6 +54,15 @@ + + + + + + + + + diff --git a/Localize/loc/ko/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl b/Localize/loc/ko/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl index ef667c1d46a..1443f892c48 100644 --- a/Localize/loc/ko/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl +++ b/Localize/loc/ko/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl @@ -54,6 +54,15 @@ + + + + + + + + + diff --git a/Localize/loc/pt-BR/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl b/Localize/loc/pt-BR/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl index 04b3537f188..e80554b73f6 100644 --- a/Localize/loc/pt-BR/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl +++ b/Localize/loc/pt-BR/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl @@ -54,6 +54,15 @@ + + + + + + + + + diff --git a/Localize/loc/ru/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl b/Localize/loc/ru/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl index 5964b1875e2..0c0b9892df9 100644 --- a/Localize/loc/ru/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl +++ b/Localize/loc/ru/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl @@ -54,6 +54,15 @@ + + + + + + + + + diff --git a/Localize/loc/tr/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl b/Localize/loc/tr/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl index 5cd846a9686..dfd24cad1bf 100644 --- a/Localize/loc/tr/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl +++ b/Localize/loc/tr/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl @@ -54,6 +54,15 @@ + + + + + + + + + diff --git a/Localize/loc/zh-Hans/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl b/Localize/loc/zh-Hans/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl index ece55db63da..f62e2475b96 100644 --- a/Localize/loc/zh-Hans/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl +++ b/Localize/loc/zh-Hans/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl @@ -54,6 +54,15 @@ + + + + + + + + + diff --git a/Localize/loc/zh-Hant/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl b/Localize/loc/zh-Hant/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl index 62ae8686c36..9d5d8eacbfa 100644 --- a/Localize/loc/zh-Hant/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl +++ b/Localize/loc/zh-Hant/src/Xamarin.Android.Build.Tasks/Properties/Resources.resx.lcl @@ -54,6 +54,15 @@ + + + + + + + + + diff --git a/build-tools/api-xml-adjuster/Makefile b/build-tools/api-xml-adjuster/Makefile index 88b632a73f5..ed4b8897ab3 100644 --- a/build-tools/api-xml-adjuster/Makefile +++ b/build-tools/api-xml-adjuster/Makefile @@ -17,7 +17,7 @@ API_XML_TOOL = $(BUILDBIN)/api-xml-adjuster.exe RUNTIME = mono --debug RUN_CLASS_PARSE = $(RUNTIME) $(CLASS_PARSE) RUN_API_XML_TOOL = $(RUNTIME) $(API_XML_TOOL) -API_LEVELS = 10 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 +API_LEVELS = 33 XML_OUTPUT_DIR = . diff --git a/build-tools/automation/azure-pipelines.yaml b/build-tools/automation/azure-pipelines.yaml index 7c3658ea84c..b306b22a9e1 100644 --- a/build-tools/automation/azure-pipelines.yaml +++ b/build-tools/automation/azure-pipelines.yaml @@ -30,11 +30,6 @@ resources: name: xamarin/release-scripts ref: refs/heads/sign-and-notarized endpoint: xamarin - - repository: uitools - type: github - name: xamarin/UITools - ref: refs/heads/main - endpoint: xamarin parameters: - name: provisionatorChannel @@ -495,11 +490,6 @@ stages: target_framework: $(DotNetStableTargetFramework) provisionatorChannel: ${{ parameters.provisionatorChannel }} -- stage: wear_tests - displayName: WearOS Tests - dependsOn: mac_build - condition: and(succeeded(), or(eq(variables['RunAllTests'], true), contains(dependencies.mac_build.outputs['mac_build_create_installers.TestConditions.TestAreas'], 'MSBuildDevice'))) - jobs: - job: wear_tests displayName: macOS > Tests > WearOS timeoutInMinutes: 180 diff --git a/build-tools/installers/create-installers.targets b/build-tools/installers/create-installers.targets index 78a4776753a..6fd9bd4787b 100644 --- a/build-tools/installers/create-installers.targets +++ b/build-tools/installers/create-installers.targets @@ -14,7 +14,6 @@ $(XAInstallPrefix)xbuild\Xamarin\Android\ $(XamarinAndroidSourcePath)src\Xamarin.Android.Build.Tasks\MSBuild\Xamarin\Android $(MSBuildThisFileDirectory)\..\create-pkg\runtime-entitlements.plist - $(AndroidFirstFrameworkVersion) $(AndroidLatestStableFrameworkVersion) v1.0 dylib diff --git a/build-tools/scripts/Jar.targets b/build-tools/scripts/Jar.targets index 75a0c533218..477afd8612c 100644 --- a/build-tools/scripts/Jar.targets +++ b/build-tools/scripts/Jar.targets @@ -35,9 +35,16 @@ <_DestDir>$(IntermediateOutputPath)__CreateTestJarFile-bin <_AndroidJar>-bootclasspath "$(AndroidSdkDirectory)\platforms\android-$(_AndroidApiLevelName)\android.jar" <_CP>-cp "$(_JavaInteropJarPath)" + <_JavacFilesResponse>$(IntermediateOutputPath)__javac_response.txt + - + + AllPlatforms = new List { @@ -28,20 +28,20 @@ class BuildAndroidPlatforms new AndroidPlatform (apiName: "Jelly Bean", apiLevel: 16, platformID: "16", include: "v4.1"), new AndroidPlatform (apiName: "Jelly Bean", apiLevel: 17, platformID: "17", include: "v4.2"), new AndroidPlatform (apiName: "Jelly Bean", apiLevel: 18, platformID: "18", include: "v4.3"), - new AndroidPlatform (apiName: "Kit Kat", apiLevel: 19, platformID: "19", include: "v4.4", framework: "v4.4"), - new AndroidPlatform (apiName: "Kit Kat + Wear support", apiLevel: 20, platformID: "20", include: "v4.4.87", framework: "v4.4.87"), - new AndroidPlatform (apiName: "Lollipop", apiLevel: 21, platformID: "21", include: "v5.0", framework: "v5.0"), - new AndroidPlatform (apiName: "Lollipop", apiLevel: 22, platformID: "22", include: "v5.1", framework: "v5.1"), - new AndroidPlatform (apiName: "Marshmallow", apiLevel: 23, platformID: "23", include: "v6.0", framework: "v6.0"), - new AndroidPlatform (apiName: "Nougat", apiLevel: 24, platformID: "24", include: "v7.0", framework: "v7.0"), - new AndroidPlatform (apiName: "Nougat", apiLevel: 25, platformID: "25", include: "v7.1", framework: "v7.1"), - new AndroidPlatform (apiName: "Oreo", apiLevel: 26, platformID: "26", include: "v8.0", framework: "v8.0"), - new AndroidPlatform (apiName: "Oreo", apiLevel: 27, platformID: "27", include: "v8.1", framework: "v8.1"), - new AndroidPlatform (apiName: "Pie", apiLevel: 28, platformID: "28", include: "v9.0", framework: "v9.0"), - new AndroidPlatform (apiName: "Q", apiLevel: 29, platformID: "29", include: "v10.0", framework: "v10.0"), - new AndroidPlatform (apiName: "R", apiLevel: 30, platformID: "30", include: "v11.0", framework: "v11.0"), - new AndroidPlatform (apiName: "S", apiLevel: 31, platformID: "31", include: "v12.0", framework: "v12.0"), - new AndroidPlatform (apiName: "Sv2", apiLevel: 32, platformID: "32", include: "v12.1", framework: "v12.1"), + new AndroidPlatform (apiName: "Kit Kat", apiLevel: 19, platformID: "19", include: "v4.4"), + new AndroidPlatform (apiName: "Kit Kat + Wear support", apiLevel: 20, platformID: "20", include: "v4.4.87"), + new AndroidPlatform (apiName: "Lollipop", apiLevel: 21, platformID: "21", include: "v5.0"), + new AndroidPlatform (apiName: "Lollipop", apiLevel: 22, platformID: "22", include: "v5.1"), + new AndroidPlatform (apiName: "Marshmallow", apiLevel: 23, platformID: "23", include: "v6.0"), + new AndroidPlatform (apiName: "Nougat", apiLevel: 24, platformID: "24", include: "v7.0"), + new AndroidPlatform (apiName: "Nougat", apiLevel: 25, platformID: "25", include: "v7.1"), + new AndroidPlatform (apiName: "Oreo", apiLevel: 26, platformID: "26", include: "v8.0"), + new AndroidPlatform (apiName: "Oreo", apiLevel: 27, platformID: "27", include: "v8.1"), + new AndroidPlatform (apiName: "Pie", apiLevel: 28, platformID: "28", include: "v9.0"), + new AndroidPlatform (apiName: "Q", apiLevel: 29, platformID: "29", include: "v10.0"), + new AndroidPlatform (apiName: "R", apiLevel: 30, platformID: "30", include: "v11.0"), + new AndroidPlatform (apiName: "S", apiLevel: 31, platformID: "31", include: "v12.0"), + new AndroidPlatform (apiName: "Sv2", apiLevel: 32, platformID: "32", include: "v12.1"), new AndroidPlatform (apiName: "Tiramisu", apiLevel: 33, platformID: "33", include: "v13.0", framework: "v13.0"), }; } diff --git a/external/Java.Interop b/external/Java.Interop index 9e0a4690adb..bbaeda6f698 160000 --- a/external/Java.Interop +++ b/external/Java.Interop @@ -1 +1 @@ -Subproject commit 9e0a4690adb71c04cd88a5b54bea3c3f8da73cc0 +Subproject commit bbaeda6f698369bdd48bfc2dd1a32a41c9d23229 diff --git a/src/Mono.Android/Android.Runtime/AndroidRuntime.cs b/src/Mono.Android/Android.Runtime/AndroidRuntime.cs index fa98adf6337..e819369fef9 100644 --- a/src/Mono.Android/Android.Runtime/AndroidRuntime.cs +++ b/src/Mono.Android/Android.Runtime/AndroidRuntime.cs @@ -314,9 +314,12 @@ protected override IEnumerable GetSimpleReferences (Type type) desugarType.Append ("Desugar").Append (name); } + var typeWithPrefix = desugarType.ToString (); + var typeWithSuffix = $"{jniSimpleReference}$-CC"; + return new[]{ - desugarType.ToString (), - $"{jniSimpleReference}$-CC" + GetReplacementTypeCore (typeWithPrefix) ?? typeWithPrefix, + GetReplacementTypeCore (typeWithSuffix) ?? typeWithSuffix, }; } diff --git a/src/Mono.Android/Mono.Android.targets b/src/Mono.Android/Mono.Android.targets index 693e5838bf8..39e16c48c09 100644 --- a/src/Mono.Android/Mono.Android.targets +++ b/src/Mono.Android/Mono.Android.targets @@ -264,7 +264,7 @@ The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute {0} - The assembly name + + This is probably caused by the project exceeding the Windows maximum path length limitation. See https://learn.microsoft.com/xamarin/android/errors-and-warnings/apt2264 for details. + The following are literal names and should not be translated: + Sestavení se nepovedlo zkompilovat AOT: {0} The abbreviation "AOT" should not be translated. diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.de.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.de.resx index 7debceb832b..05b7ea6710e 100644 --- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.de.resx +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.de.resx @@ -530,6 +530,10 @@ Bitte ändern Sie den Wert in einen Assembly-basierten Typnamen, der von „{1} The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute {0} - The assembly name + + This is probably caused by the project exceeding the Windows maximum path length limitation. See https://learn.microsoft.com/xamarin/android/errors-and-warnings/apt2264 for details. + The following are literal names and should not be translated: + AOT für Assembly nicht möglich: {0} The abbreviation "AOT" should not be translated. diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.es.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.es.resx index 055b9ae24a6..96419cf7e89 100644 --- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.es.resx +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.es.resx @@ -530,6 +530,10 @@ Cambie el valor a un nombre de tipo de ensamblado que herede de "{1}" o quite la The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute {0} - The assembly name + + This is probably caused by the project exceeding the Windows maximum path length limitation. See https://learn.microsoft.com/xamarin/android/errors-and-warnings/apt2264 for details. + The following are literal names and should not be translated: + No se pudo aplicar AOT al ensamblado: {0} The abbreviation "AOT" should not be translated. diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.fr.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.fr.resx index f6d3a701edb..0323d83226c 100644 --- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.fr.resx +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.fr.resx @@ -530,6 +530,10 @@ Veuillez remplacer la valeur par un nom de type qualifié par l’assembly qui h The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute {0} - The assembly name + + This is probably caused by the project exceeding the Windows maximum path length limitation. See https://learn.microsoft.com/xamarin/android/errors-and-warnings/apt2264 for details. + The following are literal names and should not be translated: + Impossible d'effectuer une compilation AOT de l'assembly : {0} The abbreviation "AOT" should not be translated. diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.it.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.it.resx index 735684f6144..71bc6b5dbd2 100644 --- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.it.resx +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.it.resx @@ -530,6 +530,10 @@ Modificare il valore in un nome di tipo con qualifica assembly che eredita da '{ The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute {0} - The assembly name + + This is probably caused by the project exceeding the Windows maximum path length limitation. See https://learn.microsoft.com/xamarin/android/errors-and-warnings/apt2264 for details. + The following are literal names and should not be translated: + Non è stato possibile eseguire la compilazione AOT dell'assembly: {0} The abbreviation "AOT" should not be translated. diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.ja.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.ja.resx index 8dd76a9fab9..21b83706972 100644 --- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.ja.resx +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.ja.resx @@ -530,6 +530,10 @@ In this message, the term "binding" means a piece of generated code that makes i The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute {0} - The assembly name + + This is probably caused by the project exceeding the Windows maximum path length limitation. See https://learn.microsoft.com/xamarin/android/errors-and-warnings/apt2264 for details. + The following are literal names and should not be translated: + アセンブリを AOT できませんでした: {0} The abbreviation "AOT" should not be translated. diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.ko.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.ko.resx index a614b10f34d..b9d9d43e6dc 100644 --- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.ko.resx +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.ko.resx @@ -530,6 +530,10 @@ In this message, the term "binding" means a piece of generated code that makes i The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute {0} - The assembly name + + This is probably caused by the project exceeding the Windows maximum path length limitation. See https://learn.microsoft.com/xamarin/android/errors-and-warnings/apt2264 for details. + The following are literal names and should not be translated: + 어셈블리를 AOT할 수 없음: {0} The abbreviation "AOT" should not be translated. diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.pl.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.pl.resx index bfca624b7f1..f72c0bea82f 100644 --- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.pl.resx +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.pl.resx @@ -530,6 +530,10 @@ Zmień wartość na nazwę typu kwalifikowalnego zestawu, która dziedziczy po The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute {0} - The assembly name + + This is probably caused by the project exceeding the Windows maximum path length limitation. See https://learn.microsoft.com/xamarin/android/errors-and-warnings/apt2264 for details. + The following are literal names and should not be translated: + Nie można utworzyć widoku AOT zestawu: {0} The abbreviation "AOT" should not be translated. diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.pt-BR.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.pt-BR.resx index 5929177cc03..0ca7ffd3f59 100644 --- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.pt-BR.resx +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.pt-BR.resx @@ -530,6 +530,10 @@ Altere o valor para um nome de tipo qualificado por assembly que herda de "{1}" The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute {0} - The assembly name + + This is probably caused by the project exceeding the Windows maximum path length limitation. See https://learn.microsoft.com/xamarin/android/errors-and-warnings/apt2264 for details. + The following are literal names and should not be translated: + Não foi possível fazer AOT no assembly: {0} The abbreviation "AOT" should not be translated. diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.ru.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.ru.resx index 55681786bf5..5a50ce541bf 100644 --- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.ru.resx +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.ru.resx @@ -530,6 +530,10 @@ In this message, the term "binding" means a piece of generated code that makes i The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute {0} - The assembly name + + This is probably caused by the project exceeding the Windows maximum path length limitation. See https://learn.microsoft.com/xamarin/android/errors-and-warnings/apt2264 for details. + The following are literal names and should not be translated: + Не удалось выполнить AOT для сборки: {0} The abbreviation "AOT" should not be translated. diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.tr.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.tr.resx index cd500631644..62aa60a13bf 100644 --- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.tr.resx +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.tr.resx @@ -530,6 +530,10 @@ Lütfen değeri '{1}' türünden devralan derlemeye uygun bir tür adına dönü The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute {0} - The assembly name + + This is probably caused by the project exceeding the Windows maximum path length limitation. See https://learn.microsoft.com/xamarin/android/errors-and-warnings/apt2264 for details. + The following are literal names and should not be translated: + Bütünleştirilmiş koda AOT uygulanamadı: {0} The abbreviation "AOT" should not be translated. diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.zh-Hans.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.zh-Hans.resx index 3ad4f8f7adb..962e3e76d71 100644 --- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.zh-Hans.resx +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.zh-Hans.resx @@ -530,6 +530,10 @@ In this message, the term "binding" means a piece of generated code that makes i The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute {0} - The assembly name + + This is probably caused by the project exceeding the Windows maximum path length limitation. See https://learn.microsoft.com/xamarin/android/errors-and-warnings/apt2264 for details. + The following are literal names and should not be translated: + 无法 AOT 程序集: {0} The abbreviation "AOT" should not be translated. diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.zh-Hant.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.zh-Hant.resx index f8602ee9881..19eb63a25ab 100644 --- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.zh-Hant.resx +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.zh-Hant.resx @@ -530,6 +530,10 @@ In this message, the term "binding" means a piece of generated code that makes i The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute {0} - The assembly name + + This is probably caused by the project exceeding the Windows maximum path length limitation. See https://learn.microsoft.com/xamarin/android/errors-and-warnings/apt2264 for details. + The following are literal names and should not be translated: + 無法對組件進行 AOT 編譯: {0} The abbreviation "AOT" should not be translated. diff --git a/src/Xamarin.Android.Build.Tasks/Tasks/ReadAndroidManifest.cs b/src/Xamarin.Android.Build.Tasks/Tasks/ReadAndroidManifest.cs index 612fea6a844..c8143247d22 100644 --- a/src/Xamarin.Android.Build.Tasks/Tasks/ReadAndroidManifest.cs +++ b/src/Xamarin.Android.Build.Tasks/Tasks/ReadAndroidManifest.cs @@ -35,6 +35,9 @@ public class ReadAndroidManifest : AndroidTask [Output] public bool UseEmbeddedDex { get; set; } = false; + [Output] + public bool IsTestOnly { get; set; } = false; + public override bool RunTask () { var androidNs = AndroidAppManifest.AndroidXNamespace; @@ -52,6 +55,11 @@ public override bool RunTask () UseEmbeddedDex = value; } + text = app.Attribute (androidNs + "testOnly")?.Value; + if (bool.TryParse (text, out value)) { + IsTestOnly = value; + } + var libraries = new List (); foreach (var uses_library in app.Elements ("uses-library")) { var attribute = uses_library.Attribute (androidNs + "name"); diff --git a/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/Utilities/DeviceTest.cs b/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/Utilities/DeviceTest.cs index 4b4d6c88807..0f0b2cbe21f 100644 --- a/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/Utilities/DeviceTest.cs +++ b/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/Utilities/DeviceTest.cs @@ -48,7 +48,7 @@ public void AssertHasDevices (bool fail = true) public void DeviceSetup () { SetAdbLogcatBufferSize (64); - RunAdbCommand ("logcat -c"); + ClearAdbLogcat (); CreateGuestUser (GuestUserName); } @@ -69,6 +69,9 @@ public void CheckDevice () TestContext.Out.WriteLine ($"{nameof(CheckDevice)} is restarting the emulator."); RestartDevice (Path.Combine (Root, "Emulator.csproj")); } + + // We want to start with a clean logcat buffer for each test + ClearAdbLogcat (); } [TearDown] @@ -82,6 +85,9 @@ protected override void CleanupTest () string remote = "/data/local/tmp/screenshot.png"; string localUi = Path.Combine (outputDir, "ui.xml"); RunAdbCommand ($"shell screencap {remote}"); + + // Give the app a chance to finish logging + WaitFor (1000); var output = RunAdbCommand ($"logcat -d"); File.WriteAllText (deviceLog, output); RunAdbCommand ($"pull {remote} \"{local}\""); diff --git a/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/Utilities/ResourceData.cs b/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/Utilities/ResourceData.cs index 177d2315eff..051916cc258 100644 --- a/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/Utilities/ResourceData.cs +++ b/src/Xamarin.Android.Build.Tasks/Tests/Xamarin.Android.Build.Tests/Utilities/ResourceData.cs @@ -21,6 +21,7 @@ static class ResourceData static Lazy javaSourceTestInterface = new Lazy (() => GetResourceData ("JavaSourceTestInterface.java")); static Lazy remapActivityJava = new Lazy (() => GetResourceData ("RemapActivity.java")); static Lazy remapActivityXml = new Lazy (() => GetResourceData ("RemapActivity.xml")); + static Lazy idmStaticMethodsInterface = new Lazy (() => GetResourceData ("StaticMethodsInterface.java")); public static byte[] JavaSourceJarTestJar => javaSourceJarTestJar.Value; public static byte[] JavaSourceJarTestSourcesJar => javaSourceJarTestSourcesJar.Value; @@ -34,6 +35,7 @@ static class ResourceData public static string JavaSourceTestInterface => Encoding.ASCII.GetString (javaSourceTestInterface.Value); public static string RemapActivityJava => Encoding.UTF8.GetString (remapActivityJava.Value); public static string RemapActivityXml => Encoding.UTF8.GetString (remapActivityXml.Value); + public static string IdmStaticMethodsInterface => Encoding.UTF8.GetString (idmStaticMethodsInterface.Value); static byte[] GetResourceData (string name) { diff --git a/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets b/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets index 8606402f9f1..060d670a696 100644 --- a/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets +++ b/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Common.targets @@ -1641,6 +1641,7 @@ because xbuild doesn't support framework reference assemblies. + .so;$(AndroidStoreUncompressedFileExtensions) diff --git a/tests/MSBuildDeviceIntegration/MSBuildDeviceIntegration.csproj b/tests/MSBuildDeviceIntegration/MSBuildDeviceIntegration.csproj index d6bb578c27b..cf067e4e5b5 100644 --- a/tests/MSBuildDeviceIntegration/MSBuildDeviceIntegration.csproj +++ b/tests/MSBuildDeviceIntegration/MSBuildDeviceIntegration.csproj @@ -31,6 +31,9 @@ %(FileName)%(Extension) + + %(FileName)%(Extension) + diff --git a/tests/MSBuildDeviceIntegration/Resources/StaticMethodsInterface.java b/tests/MSBuildDeviceIntegration/Resources/StaticMethodsInterface.java new file mode 100644 index 00000000000..1b8e157b758 --- /dev/null +++ b/tests/MSBuildDeviceIntegration/Resources/StaticMethodsInterface.java @@ -0,0 +1,7 @@ +package example; + +public interface StaticMethodsInterface { + static int getValue() { + return 3; + } +} diff --git a/tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs b/tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs index 7f780147517..f1ab011b0ee 100644 --- a/tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs +++ b/tests/MSBuildDeviceIntegration/Tests/InstallAndRunTests.cs @@ -764,12 +764,14 @@ public void ResourceDesignerWithNuGetReference ([Values ("net8.0-android33.0")] } [Test] - public void SingleProject_ApplicationId () + public void SingleProject_ApplicationId ([Values (false, true)] bool testOnly) { AssertHasDevices (); proj = new XamarinAndroidApplicationProject (); proj.SetProperty ("ApplicationId", "com.i.should.get.overridden.by.the.manifest"); + if (testOnly) + proj.AndroidManifest = proj.AndroidManifest.Replace (" ResourceData.IdmStaticMethodsInterface, + Metadata = { + { "Bind", "True" }, + }, + }, + }, + }; + + // Note: To properly test, Desugaring must be *enabled*, which requires that + // `$(SupportedOSPlatformVersion)` be *less than* 23. 21 is currently the default, + // but set this explicitly anyway just so that this implicit requirement is explicit. + proj.SetProperty (proj.ReleaseProperties, "SupportedOSPlatformVersion", "21"); + + proj.MainActivity = proj.DefaultMainActivity.Replace ("//${AFTER_ONCREATE}", @" + Console.WriteLine ($""# jonp static interface default method invocation; IStaticMethodsInterface.Value={Example.IStaticMethodsInterface.Value}""); +"); + proj.SetRuntimeIdentifier (DeviceAbi); + var relativeProjDir = Path.Combine ("temp", TestName); + var fullProjDir = Path.Combine (Root, relativeProjDir); + TestOutputDirectories [TestContext.CurrentContext.Test.ID] = fullProjDir; + var files = proj.Save (); + proj.Populate (relativeProjDir, files); + proj.CopyNuGetConfig (relativeProjDir); + var dotnet = new DotNetCLI (proj, Path.Combine (fullProjDir, proj.ProjectFilePath)); + + Assert.IsTrue (dotnet.Build (), "`dotnet build` should succeed"); + Assert.IsTrue (dotnet.Run (), "`dotnet run` should succeed"); + + bool didLaunch = WaitForActivityToStart (proj.PackageName, "MainActivity", + Path.Combine (fullProjDir, "logcat.log")); + Assert.IsTrue (didLaunch, "MainActivity should have launched!"); + var logcatOutput = File.ReadAllText (Path.Combine (fullProjDir, "logcat.log")); + + StringAssert.Contains ( + "IStaticMethodsInterface.Value=3", + logcatOutput, + "Was IStaticMethodsInterface.Value executed?" + ); + } + [Test] [Category ("Debugger"), Category ("Node-4")] public void DotNetDebug ([Values("net6.0-android", "net7.0-android")] string targetFramework) diff --git a/tests/Mono.Android-Tests/Runtime-Microsoft.Android.Sdk/Remaps.xml b/tests/Mono.Android-Tests/Runtime-Microsoft.Android.Sdk/Remaps.xml index 6238cdc346a..5324e8e189f 100644 --- a/tests/Mono.Android-Tests/Runtime-Microsoft.Android.Sdk/Remaps.xml +++ b/tests/Mono.Android-Tests/Runtime-Microsoft.Android.Sdk/Remaps.xml @@ -2,6 +2,9 @@ + , System.String[], System.Boolean, System.String, System.String, System.String[], Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Accounts.AccountManager.RemoveAccount(Android.Accounts.Account, Android.Accounts.IAccountManagerCallback, Android.OS.Handler)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Activity.EnterPictureInPictureMode()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Activity.FinishActivityFromChild(Android.App.Activity, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Activity.FinishFromChild(Android.App.Activity)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Activity.NavigateUpToFromChild(Android.App.Activity, Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Activity.OnAttachFragment(Android.App.Fragment)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Activity.OnBackPressed()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Activity.OnCreateThumbnail(Android.Graphics.Bitmap, Android.Graphics.Canvas)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Activity.OnMultiWindowModeChanged(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Activity.OnNavigateUpFromChild(Android.App.Activity)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Activity.OnPictureInPictureModeChanged(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Activity.OnStateNotSaved()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Activity.OnVisibleBehindCanceled()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Activity.RequestVisibleBehind(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Activity.SetProgress(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Activity.SetProgressBarIndeterminate(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Activity.SetProgressBarIndeterminateVisibility(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Activity.SetProgressBarVisibility(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Activity.SetSecondaryProgress(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Activity.StartActivityFromChild(Android.App.Activity, Android.Content.Intent, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Activity.StartActivityFromFragment(Android.App.Fragment, Android.Content.Intent, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Activity.StartIntentSenderFromChild(Android.App.Activity, Android.Content.IntentSender, System.Int32, Android.Content.Intent, Android.Content.ActivityFlags, Android.Content.ActivityFlags, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ActivityManager.GetRunningServices(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ActivityManager.TaskDescription..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.AlertDialog.Builder.SetInverseBackgroundForced(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.AliasActivity' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.AliasActivity..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.AppOpsManager.CheckOp(System.String, System.Int32, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.AppOpsManager.CheckOpNoThrow(System.String, System.Int32, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.AppOpsManager.CheckPackage(System.Int32, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.AppOpsManager.FinishOp(System.String, System.Int32, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.AppOpsManager.NoteOp(System.String, System.Int32, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.AppOpsManager.NoteOpNoThrow(System.String, System.Int32, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.AppOpsManager.NoteProxyOp(System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.AppOpsManager.NoteProxyOpNoThrow(System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.AppOpsManager.StartOp(System.String, System.Int32, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.AppOpsManager.StartOpNoThrow(System.String, System.Int32, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Dialog.OnBackPressed()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DialogFragment' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DialogFragment..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DialogFragment.Dismiss()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DialogFragment.DismissAllowingStateLoss()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DialogFragment.OnCancel(Android.Content.IDialogInterface)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DialogFragment.OnCreateDialog(Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DialogFragment.OnDismiss(Android.Content.IDialogInterface)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DialogFragment.SetStyle(Android.App.DialogFragmentStyle, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DialogFragment.Show(Android.App.FragmentManager, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadManager.AddCompletedDownload(System.String, System.String, System.Boolean, System.String, System.String, System.Int64, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadManager.Request.AllowScanningByMediaScanner()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadManager.Request.SetVisibleInDownloadsUi(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ExpandableListActivity' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ExpandableListActivity..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ExpandableListActivity.OnChildClick(Android.Widget.ExpandableListView, Android.Views.View, System.Int32, System.Int32, System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ExpandableListActivity.OnGroupCollapse(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ExpandableListActivity.OnGroupExpand(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ExpandableListActivity.SetListAdapter(Android.Widget.IExpandableListAdapter)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ExpandableListActivity.SetSelectedChild(System.Int32, System.Int32, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ExpandableListActivity.SetSelectedGroup(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.Dump(System.String, Java.IO.FileDescriptor, Java.IO.PrintWriter, System.String[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.Equals(Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.GetHashCode()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.GetString(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.GetText(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.GetTextFormatted(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.Instantiate(Android.Content.Context, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnActivityCreated(Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnActivityResult(System.Int32, Android.App.Result, Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnAttach(Android.App.Activity)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnAttachFragment(Android.App.Fragment)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnConfigurationChanged(Android.Content.Res.Configuration)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnContextItemSelected(Android.Views.IMenuItem)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnCreate(Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnCreateAnimator(Android.App.FragmentTransit, System.Boolean, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnCreateContextMenu(Android.Views.IContextMenu, Android.Views.View, Android.Views.IContextMenuContextMenuInfo)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnCreateOptionsMenu(Android.Views.IMenu, Android.Views.MenuInflater)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnCreateView(Android.Views.LayoutInflater, Android.Views.ViewGroup, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnDestroy()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnDestroyOptionsMenu()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnDestroyView()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnDetach()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnGetLayoutInflater(Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnHiddenChanged(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnInflate(Android.App.Activity, Android.Util.IAttributeSet, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnLowMemory()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnMultiWindowModeChanged(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnOptionsItemSelected(Android.Views.IMenuItem)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnOptionsMenuClosed(Android.Views.IMenu)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnPause()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnPictureInPictureModeChanged(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnPrepareOptionsMenu(Android.Views.IMenu)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnRequestPermissionsResult(System.Int32, System.String[], Android.Content.PM.Permission[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnResume()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnSaveInstanceState(Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnStart()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnStop()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnTrimMemory(Android.Content.TrimMemory)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnViewCreated(Android.Views.View, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnViewStateRestored(Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.PostponeEnterTransition()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.RegisterForContextMenu(Android.Views.View)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.RequestPermissions(System.String[], System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.SetEnterSharedElementCallback(Android.App.SharedElementCallback)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.SetExitSharedElementCallback(Android.App.SharedElementCallback)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.SetHasOptionsMenu(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.SetInitialSavedState(Android.App.Fragment.SavedState)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.SetMenuVisibility(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.SetTargetFragment(Android.App.Fragment, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.ShouldShowRequestPermissionRationale(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.StartActivity(Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.StartActivityForResult(Android.Content.Intent, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.StartIntentSenderForResult(Android.Content.IntentSender, System.Int32, Android.Content.Intent, Android.Content.ActivityFlags, Android.Content.ActivityFlags, System.Int32, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.StartPostponedEnterTransition()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.UnregisterForContextMenu(Android.Views.View)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.InstantiationException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.InstantiationException..ctor(System.String, Java.Lang.Exception)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.SavedState' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.SavedState.DescribeContents()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.SavedState.WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentBreadCrumbs.IOnBreadCrumbClickListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentBreadCrumbs.IOnBreadCrumbClickListener.OnBreadCrumbClick(Android.App.FragmentManager.IBackStackEntry, Android.App.BreadCrumbClickFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentContainer' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentContainer..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.AttachHost(Android.App.Fragment)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.CreateController(Android.App.FragmentHostCallback)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.DispatchActivityCreated()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.DispatchConfigurationChanged(Android.Content.Res.Configuration)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.DispatchContextItemSelected(Android.Views.IMenuItem)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.DispatchCreate()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.DispatchCreateOptionsMenu(Android.Views.IMenu, Android.Views.MenuInflater)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.DispatchDestroy()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.DispatchDestroyView()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.DispatchLowMemory()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.DispatchMultiWindowModeChanged(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.DispatchOptionsItemSelected(Android.Views.IMenuItem)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.DispatchOptionsMenuClosed(Android.Views.IMenu)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.DispatchPause()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.DispatchPictureInPictureModeChanged(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.DispatchPrepareOptionsMenu(Android.Views.IMenu)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.DispatchResume()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.DispatchStart()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.DispatchStop()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.DispatchTrimMemory(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.DoLoaderDestroy()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.DoLoaderStart()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.DoLoaderStop(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.DumpLoaders(System.String, Java.IO.FileDescriptor, Java.IO.PrintWriter, System.String[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.ExecPendingActions()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.FindFragmentByWho(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.NoteStateNotSaved()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.OnCreateView(Android.Views.View, System.String, Android.Content.Context, Android.Util.IAttributeSet)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.ReportLoaderStart()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.RestoreAllState(Android.OS.IParcelable, Android.App.FragmentManagerNonConfig)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.RestoreAllState(Android.OS.IParcelable, System.Collections.Generic.IList)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.RestoreLoaderNonConfig(Android.Util.ArrayMap)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.RetainLoaderNonConfig()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.RetainNestedNonConfig()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.RetainNonConfig()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.SaveAllState()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentHostCallback' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentHostCallback..ctor(Android.Content.Context, Android.OS.Handler, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentHostCallback.OnAttachFragment(Android.App.Fragment)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentHostCallback.OnDump(System.String, Java.IO.FileDescriptor, Java.IO.PrintWriter, System.String[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentHostCallback.OnFindViewById(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentHostCallback.OnGetLayoutInflater()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentHostCallback.OnGetWindowAnimations()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentHostCallback.OnHasView()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentHostCallback.OnHasWindowAnimations()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentHostCallback.OnInvalidateOptionsMenu()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentHostCallback.OnRequestPermissionsFromFragment(Android.App.Fragment, System.String[], System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentHostCallback.OnShouldSaveFragmentState(Android.App.Fragment)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentHostCallback.OnStartActivityFromFragment(Android.App.Fragment, Android.Content.Intent, System.Int32, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentHostCallback.OnStartIntentSenderFromFragment(Android.App.Fragment, Android.Content.IntentSender, System.Int32, Android.Content.Intent, Android.Content.ActivityFlags, Android.Content.ActivityFlags, System.Int32, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentHostCallback.OnUseFragmentManagerInflaterFactory()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentManager' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentManager..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentManager.EnableDebugLogging(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentManager.InvalidateOptionsMenu()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentManager.FragmentLifecycleCallbacks' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentManager.FragmentLifecycleCallbacks..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentManager.FragmentLifecycleCallbacks.OnFragmentActivityCreated(Android.App.FragmentManager, Android.App.Fragment, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentManager.FragmentLifecycleCallbacks.OnFragmentAttached(Android.App.FragmentManager, Android.App.Fragment, Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentManager.FragmentLifecycleCallbacks.OnFragmentCreated(Android.App.FragmentManager, Android.App.Fragment, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentManager.FragmentLifecycleCallbacks.OnFragmentDestroyed(Android.App.FragmentManager, Android.App.Fragment)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentManager.FragmentLifecycleCallbacks.OnFragmentDetached(Android.App.FragmentManager, Android.App.Fragment)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentManager.FragmentLifecycleCallbacks.OnFragmentPaused(Android.App.FragmentManager, Android.App.Fragment)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentManager.FragmentLifecycleCallbacks.OnFragmentPreAttached(Android.App.FragmentManager, Android.App.Fragment, Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentManager.FragmentLifecycleCallbacks.OnFragmentPreCreated(Android.App.FragmentManager, Android.App.Fragment, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentManager.FragmentLifecycleCallbacks.OnFragmentResumed(Android.App.FragmentManager, Android.App.Fragment)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentManager.FragmentLifecycleCallbacks.OnFragmentSaveInstanceState(Android.App.FragmentManager, Android.App.Fragment, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentManager.FragmentLifecycleCallbacks.OnFragmentStarted(Android.App.FragmentManager, Android.App.Fragment)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentManager.FragmentLifecycleCallbacks.OnFragmentStopped(Android.App.FragmentManager, Android.App.Fragment)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentManager.FragmentLifecycleCallbacks.OnFragmentViewCreated(Android.App.FragmentManager, Android.App.Fragment, Android.Views.View, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentManager.FragmentLifecycleCallbacks.OnFragmentViewDestroyed(Android.App.FragmentManager, Android.App.Fragment)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentManager.IBackStackEntry' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentManager.IOnBackStackChangedListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentManager.IOnBackStackChangedListener.OnBackStackChanged()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentManagerNonConfig' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentTransaction' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentTransaction..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Instrumentation.StartAllocCounting()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Instrumentation.StopAllocCounting()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.IntentService' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.IntentService..ctor(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.IntentService.OnBind(Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.IntentService.SetIntentRedelivery(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.KeyguardManager.CreateConfirmDeviceCredentialIntent(Java.Lang.ICharSequence, Java.Lang.ICharSequence)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.KeyguardManager.CreateConfirmDeviceCredentialIntent(System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.KeyguardManager.InKeyguardRestrictedInputMode()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.KeyguardManager.IOnKeyguardExitResult' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.KeyguardManager.IOnKeyguardExitResult.OnKeyguardExitResult(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.LauncherActivity' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.LauncherActivity..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.LauncherActivity.IntentForPosition(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.LauncherActivity.ItemForPosition(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.LauncherActivity.MakeListItems()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.LauncherActivity.OnQueryPackageManager(Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.LauncherActivity.OnSetContentView()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.LauncherActivity.IconResizer' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.LauncherActivity.IconResizer..ctor(Android.App.LauncherActivity)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.LauncherActivity.IconResizer.CreateIconThumbnail(Android.Graphics.Drawables.Drawable)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.LauncherActivity.ListItem' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.LauncherActivity.ListItem..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ListActivity' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ListActivity..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ListActivity.OnListItemClick(Android.Widget.ListView, Android.Views.View, System.Int32, System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ListActivity.SetSelection(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ListFragment' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ListFragment..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ListFragment.OnListItemClick(Android.Widget.ListView, Android.Views.View, System.Int32, System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ListFragment.SetEmptyText(Java.Lang.ICharSequence)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ListFragment.SetEmptyText(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ListFragment.SetListShown(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ListFragment.SetListShownNoAnimation(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ListFragment.SetSelection(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.LoaderManager' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.LoaderManager..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.LoaderManager.EnableDebugLogging(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.LoaderManager.ILoaderCallbacks' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.LoaderManager.ILoaderCallbacks.OnCreateLoader(System.Int32, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.LoaderManager.ILoaderCallbacks.OnLoaderReset(Android.Content.Loader)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.LoaderManager.ILoaderCallbacks.OnLoadFinished(Android.Content.Loader, Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.Action..ctor(System.Int32, Java.Lang.ICharSequence, Android.App.PendingIntent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.Action.WearableExtender.SetCancelLabel(Java.Lang.ICharSequence)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.Action.WearableExtender.SetCancelLabel(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.Action.WearableExtender.SetConfirmLabel(Java.Lang.ICharSequence)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.Action.WearableExtender.SetConfirmLabel(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.Action.WearableExtender.SetInProgressLabel(Java.Lang.ICharSequence)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.Action.WearableExtender.SetInProgressLabel(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.BubbleMetadata.Builder..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.Builder..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.Builder.AddPerson(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.Builder.SetContent(Android.Widget.RemoteViews)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.Builder.SetContentInfo(Java.Lang.ICharSequence)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.Builder.SetContentInfo(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.Builder.SetDefaults(Android.App.NotificationDefaults)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.Builder.SetLights(System.Int32, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.Builder.SetPriority(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.Builder.SetSound(Android.Net.Uri)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.Builder.SetVibrate(System.Int64[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.MessagingStyle..ctor(Java.Lang.ICharSequence)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.MessagingStyle.Message..ctor(Java.Lang.ICharSequence, System.Int64, Java.Lang.ICharSequence)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.WearableExtender.AddPage(Android.App.Notification)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.WearableExtender.AddPages(System.Collections.Generic.IList)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.WearableExtender.ClearPages()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.WearableExtender.SetBackground(Android.Graphics.Bitmap)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.WearableExtender.SetContentIcon(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.WearableExtender.SetContentIconGravity(Android.Views.GravityFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.WearableExtender.SetCustomContentHeight(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.WearableExtender.SetCustomSizePreset(Android.App.WearableSizePreset)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.WearableExtender.SetDisplayIntent(Android.App.PendingIntent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.WearableExtender.SetGravity(Android.Views.GravityFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.WearableExtender.SetHintAmbientBigPicture(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.WearableExtender.SetHintAvoidBackgroundClipping(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.WearableExtender.SetHintHideIcon(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.WearableExtender.SetHintScreenTimeout(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.WearableExtender.SetHintShowBackgroundOnly(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.NotificationManager.AreBubblesAllowed()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ProgressDialog' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ProgressDialog..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ProgressDialog.IncrementProgressBy(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ProgressDialog.IncrementSecondaryProgressBy(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ProgressDialog.OnStart()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ProgressDialog.SetIndeterminateDrawable(Android.Graphics.Drawables.Drawable)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ProgressDialog.SetProgressDrawable(Android.Graphics.Drawables.Drawable)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ProgressDialog.SetProgressNumberFormat(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ProgressDialog.SetProgressPercentFormat(Java.Text.NumberFormat)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ProgressDialog.SetProgressStyle(Android.App.ProgressDialogStyle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ProgressDialog.Show(Android.Content.Context, Java.Lang.ICharSequence, Java.Lang.ICharSequence)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ProgressDialog.Show(Android.Content.Context, System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Service.StopForeground(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.UiAutomation.ClearWindowAnimationFrameStats()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DeviceAdminReceiver.OnPasswordChanged(Android.Content.Context, Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DeviceAdminReceiver.OnPasswordExpiring(Android.Content.Context, Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DeviceAdminReceiver.OnPasswordFailed(Android.Content.Context, Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DeviceAdminReceiver.OnPasswordSucceeded(Android.Content.Context, Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DeviceAdminReceiver.OnReadyForUserInitialization(Android.Content.Context, Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.ClearDeviceOwnerApp(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.ClearProfileOwner(Android.Content.ComponentName)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.CreateAndInitializeUser(Android.Content.ComponentName, System.String, System.String, Android.Content.ComponentName, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.CreateUser(Android.Content.ComponentName, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.GetApplicationRestrictionsManagingPackage(Android.Content.ComponentName)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.GetCertInstallerPackage(Android.Content.ComponentName)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.GetOrganizationColor(Android.Content.ComponentName)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.GetPasswordMinimumLength(Android.Content.ComponentName)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.GetPasswordMinimumLetters(Android.Content.ComponentName)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.GetPasswordMinimumLowerCase(Android.Content.ComponentName)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.GetPasswordMinimumNonLetter(Android.Content.ComponentName)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.GetPasswordMinimumNumeric(Android.Content.ComponentName)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.GetPasswordMinimumSymbols(Android.Content.ComponentName)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.GetPasswordMinimumUpperCase(Android.Content.ComponentName)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.GetPasswordQuality(Android.Content.ComponentName)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.GetStorageEncryption(Android.Content.ComponentName)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.ResetPassword(System.String, Android.App.Admin.ResetPasswordFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.SetApplicationRestrictionsManagingPackage(Android.Content.ComponentName, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.SetAutoTimeRequired(Android.Content.ComponentName, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.SetCertInstallerPackage(Android.Content.ComponentName, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.SetOrganizationColor(Android.Content.ComponentName, Android.Graphics.Color)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.SetPasswordMinimumLength(Android.Content.ComponentName, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.SetPasswordMinimumLetters(Android.Content.ComponentName, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.SetPasswordMinimumLowerCase(Android.Content.ComponentName, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.SetPasswordMinimumNonLetter(Android.Content.ComponentName, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.SetPasswordMinimumNumeric(Android.Content.ComponentName, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.SetPasswordMinimumSymbols(Android.Content.ComponentName, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.SetPasswordMinimumUpperCase(Android.Content.ComponentName, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.SetPasswordQuality(Android.Content.ComponentName, Android.App.Admin.PasswordQuality)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManager.SetStorageEncryption(Android.Content.ComponentName, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Backup.BackupManager.RequestRestore(Android.App.Backup.RestoreObserver)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Job.JobInfo.Builder.SetImportantWhileForeground(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Appwidget.AppWidgetHostView.UpdateAppWidgetSize(Android.OS.Bundle, System.Int32, System.Int32, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothAdapter.Disable()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothAdapter.Enable()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothGatt.GetConnectionState(Android.Bluetooth.BluetoothDevice)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothGatt.GetDevicesMatchingConnectionStates(Android.Bluetooth.ProfileState[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothGatt.WriteCharacteristic(Android.Bluetooth.BluetoothGattCharacteristic)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothGatt.WriteDescriptor(Android.Bluetooth.BluetoothGattDescriptor)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothGattCallback.OnCharacteristicChanged(Android.Bluetooth.BluetoothGatt, Android.Bluetooth.BluetoothGattCharacteristic)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothGattCallback.OnCharacteristicRead(Android.Bluetooth.BluetoothGatt, Android.Bluetooth.BluetoothGattCharacteristic, Android.Bluetooth.GattStatus)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothGattCallback.OnDescriptorRead(Android.Bluetooth.BluetoothGatt, Android.Bluetooth.BluetoothGattDescriptor, Android.Bluetooth.GattStatus)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothGattCharacteristic.GetFloatValue(Android.Bluetooth.GattFormat, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothGattCharacteristic.GetIntValue(Android.Bluetooth.GattFormat, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothGattCharacteristic.GetStringValue(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothGattCharacteristic.GetValue()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothGattCharacteristic.SetValue(System.Byte[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothGattDescriptor.GetValue()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothGattDescriptor.SetValue(System.Byte[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothGattServer.NotifyCharacteristicChanged(Android.Bluetooth.BluetoothDevice, Android.Bluetooth.BluetoothGattCharacteristic, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothHealth' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothHealth.ConnectChannelToSource(Android.Bluetooth.BluetoothDevice, Android.Bluetooth.BluetoothHealthAppConfiguration)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothHealth.DisconnectChannel(Android.Bluetooth.BluetoothDevice, Android.Bluetooth.BluetoothHealthAppConfiguration, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothHealth.GetConnectionState(Android.Bluetooth.BluetoothDevice)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothHealth.GetDevicesMatchingConnectionStates(Android.Bluetooth.ProfileState[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothHealth.GetMainChannelFd(Android.Bluetooth.BluetoothDevice, Android.Bluetooth.BluetoothHealthAppConfiguration)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothHealth.RegisterSinkAppConfiguration(System.String, System.Int32, Android.Bluetooth.BluetoothHealthCallback)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothHealth.UnregisterAppConfiguration(Android.Bluetooth.BluetoothHealthAppConfiguration)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothHealthAppConfiguration' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothHealthAppConfiguration.DescribeContents()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothHealthAppConfiguration.WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothHealthCallback' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothHealthCallback..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothHealthCallback.OnHealthAppConfigurationStatusChange(Android.Bluetooth.BluetoothHealthAppConfiguration, Android.Bluetooth.HealthApplicationConfig)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothHealthCallback.OnHealthChannelStateChange(Android.Bluetooth.BluetoothHealthAppConfiguration, Android.Bluetooth.BluetoothDevice, Android.Bluetooth.HealthState, Android.Bluetooth.HealthState, Android.OS.ParcelFileDescriptor, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.LE.ScanResult..ctor(Android.Bluetooth.BluetoothDevice, Android.Bluetooth.LE.ScanRecord, System.Int32, System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Companion.CompanionDeviceManager.Disassociate(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Companion.CompanionDeviceManager.HasNotificationAccess(Android.Content.ComponentName)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Companion.CompanionDeviceManager.Callback.OnDeviceFound(Android.Content.IntentSender)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Companion.CompanionDeviceService.OnDeviceAppeared(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Companion.CompanionDeviceService.OnDeviceDisappeared(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.AsyncTaskLoader' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.AsyncTaskLoader..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.AsyncTaskLoader.CancelLoadInBackground()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.AsyncTaskLoader.OnCanceled(Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.AsyncTaskLoader.OnLoadInBackground()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.AsyncTaskLoader.SetUpdateThrottle(System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.ContentProviderClient.Release()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Context.SendStickyBroadcast(Android.Content.Intent, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.ContextWrapper.ClearWallpaper()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.ContextWrapper.PeekWallpaper()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.ContextWrapper.RemoveStickyBroadcast(Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.ContextWrapper.RemoveStickyBroadcastAsUser(Android.Content.Intent, Android.OS.UserHandle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.ContextWrapper.SendStickyBroadcast(Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.ContextWrapper.SendStickyBroadcastAsUser(Android.Content.Intent, Android.OS.UserHandle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.ContextWrapper.SendStickyOrderedBroadcast(Android.Content.Intent, Android.Content.BroadcastReceiver, Android.OS.Handler, Android.App.Result, System.String, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.ContextWrapper.SendStickyOrderedBroadcastAsUser(Android.Content.Intent, Android.OS.UserHandle, Android.Content.BroadcastReceiver, Android.OS.Handler, Android.App.Result, System.String, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.ContextWrapper.SetWallpaper(Android.Graphics.Bitmap)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.CursorLoader' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.CursorLoader..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.CursorLoader.DeliverResult(Android.Database.ICursor)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.CursorLoader.GetProjection()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.CursorLoader.GetSelectionArgs()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.CursorLoader.OnCanceled(Android.Database.ICursor)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.CursorLoader.SetProjection(System.String[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.CursorLoader.SetSelectionArgs(System.String[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Intent.GetParcelableArrayExtra(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Intent.GetParcelableArrayListExtra(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Intent.GetParcelableExtra(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Intent.GetSerializableExtra(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.Abandon()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.CancelLoad()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.CommitContentChanged()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.DataToString(Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.DeliverCancellation()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.DeliverResult(Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.Dump(System.String, Java.IO.FileDescriptor, Java.IO.PrintWriter, System.String[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.ForceLoad()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.OnAbandon()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.OnCancelLoad()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.OnContentChanged()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.OnForceLoad()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.OnReset()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.OnStartLoading()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.OnStopLoading()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.RegisterListener(System.Int32, Android.Content.Loader.IOnLoadCompleteListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.RegisterOnLoadCanceledListener(Android.Content.Loader.IOnLoadCanceledListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.Reset()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.RollbackContentChanged()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.StartLoading()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.StopLoading()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.TakeContentChanged()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.UnregisterListener(Android.Content.Loader.IOnLoadCompleteListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.UnregisterOnLoadCanceledListener(Android.Content.Loader.IOnLoadCanceledListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.ForceLoadContentObserver' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.ForceLoadContentObserver..ctor(Android.Content.Loader)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.IOnLoadCanceledListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.IOnLoadCanceledListener.OnLoadCanceled(Android.Content.Loader)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.IOnLoadCompleteListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Loader.IOnLoadCompleteListener.OnLoadComplete(Android.Content.Loader, Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.PackageInstaller.Session.SetChecksums(System.String, System.Collections.Generic.IList, System.Byte[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.PackageInstaller.SessionParams.SetAutoRevokePermissionsMode(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.PackageManager..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.PackageManager.GetPackageArchiveInfo(System.String, Android.Content.PM.PackageInfoFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.PackageStats' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.PackageStats..ctor(Android.Content.PM.PackageStats)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.PackageStats.DescribeContents()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.PackageStats.WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.PermissionGroupInfo..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.PermissionInfo..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.ColorStateList.CreateFromXml(Android.Content.Res.Resources, System.Xml.XmlReader)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.Resources..ctor(Android.Content.Res.AssetManager, Android.Util.DisplayMetrics, Android.Content.Res.Configuration)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.Resources.GetColor(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.Resources.GetColorStateList(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.Resources.GetDrawable(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.Resources.GetDrawableForDensity(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.Resources.GetMovie(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.Resources.UpdateConfiguration(Android.Content.Res.Configuration, Android.Util.DisplayMetrics)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Database.CursorWrapper.Deactivate()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Database.CursorWrapper.Requery()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Database.Sqlite.SQLiteDatabase.OpenParams.Builder.SetIdleConnectionTimeout(System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Database.Sqlite.SQLiteOpenHelper.SetIdleConnectionTimeout(System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmConvertedStatus' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmConvertedStatus..ctor(Android.Drm.DrmConvertedStatusCode, System.Byte[], System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmErrorEvent' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmErrorEvent..ctor(System.Int32, Android.Drm.DrmErrorEventType, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmEvent' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmEvent..ctor(System.Int32, System.Int32, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmEvent.GetAttribute(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfo' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfo..ctor(Android.Drm.DrmInfoEventType, System.Byte[], System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfo.Get(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfo.GetData()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfo.Iterator()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfo.KeyIterator()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfo.Put(System.String, Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfoEvent' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfoEvent..ctor(System.Int32, Android.Drm.DrmInfoEventType, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfoRequest' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfoRequest..ctor(Android.Drm.DrmInfoRequestType, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfoRequest.Get(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfoRequest.Iterator()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfoRequest.KeyIterator()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfoRequest.Put(System.String, Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfoStatus' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfoStatus..ctor(Android.Drm.DrmInfoStatusCode, Android.Drm.DrmInfoRequestType, Android.Drm.ProcessedData, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.AcquireDrmInfo(Android.Drm.DrmInfoRequest)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.AcquireRights(Android.Drm.DrmInfoRequest)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.CanHandle(Android.Net.Uri, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.CheckRightsStatus(Android.Net.Uri)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.Close()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.CloseConvertSession(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.ConvertData(System.Int32, System.Byte[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.GetAvailableDrmEngines()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.GetConstraints(Android.Net.Uri, Android.Drm.DrmStoreActionCode)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.GetDrmObjectType(Android.Net.Uri, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.GetMetadata(Android.Net.Uri)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.GetOriginalMimeType(Android.Net.Uri)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.OpenConvertSession(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.ProcessDrmInfo(Android.Drm.DrmInfo)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.Release()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.RemoveAllRights()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.RemoveRights(Android.Net.Uri)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.SaveRights(Android.Drm.DrmRights, System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.SetOnErrorListener(Android.Drm.DrmManagerClient.IOnErrorListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.SetOnEventListener(Android.Drm.DrmManagerClient.IOnEventListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.SetOnInfoListener(Android.Drm.DrmManagerClient.IOnInfoListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.IOnErrorListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.IOnErrorListener.OnError(Android.Drm.DrmManagerClient, Android.Drm.DrmErrorEvent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.IOnEventListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.IOnEventListener.OnEvent(Android.Drm.DrmManagerClient, Android.Drm.DrmEvent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.IOnInfoListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.IOnInfoListener.OnInfo(Android.Drm.DrmManagerClient, Android.Drm.DrmInfoEvent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmRights' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmRights..ctor(Android.Drm.ProcessedData, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmRights.GetData()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmStore' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmStore.Action' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmStore.DrmObjectType' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmStore.IConstraintsColumns' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmStore.Playback' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmStore.RightsStatus' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmSupportInfo' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmSupportInfo..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmSupportInfo.AddFileSuffix(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmSupportInfo.AddMimeType(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmSupportInfo.SetDescription(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmUtils' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmUtils..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmUtils.GetExtendedMetadataParser(System.Byte[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmUtils.ExtendedMetadataParser' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmUtils.ExtendedMetadataParser.Get(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmUtils.ExtendedMetadataParser.Iterator()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmUtils.ExtendedMetadataParser.KeyIterator()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.ProcessedData' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.ProcessedData.GetData()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.BitmapFactory.Options.RequestCancelDecode()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.BitmapRegionDecoder.NewInstance(System.Byte[], System.Int32, System.Int32, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Canvas.QuickReject(Android.Graphics.Path, Android.Graphics.Canvas.EdgeType)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Canvas.EdgeType' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ColorFilter..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.EmbossMaskFilter..ctor(System.Single[], System.Single, System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Movie' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Movie.DecodeByteArray(System.Byte[], System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Movie.DecodeFile(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Movie.DecodeStream(System.IO.Stream)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Movie.Draw(Android.Graphics.Canvas, System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Movie.Duration()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Movie.Height()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Movie.SetTime(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Movie.Width()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Outline.SetConvexPath(Android.Graphics.Path)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Shader..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Drawables.Drawable.SetDither(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Text.MeasuredText.Builder.SetComputeHyphenation(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricManager.CanAuthenticate()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricPrompt.Builder.SetDeviceCredentialAllowed(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricPrompt.CryptoObject..ctor(Android.Security.Identity.IdentityCredential)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Fingerprints.FingerprintManager' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Fingerprints.FingerprintManager.Authenticate(Android.Hardware.Fingerprints.FingerprintManager.CryptoObject, Android.OS.CancellationSignal, Android.Hardware.Fingerprints.FingerprintAuthenticationFlags, Android.Hardware.Fingerprints.FingerprintManager.AuthenticationCallback, Android.OS.Handler)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Fingerprints.FingerprintManager.AuthenticationCallback' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Fingerprints.FingerprintManager.AuthenticationCallback..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Fingerprints.FingerprintManager.AuthenticationCallback.OnAuthenticationError(Android.Hardware.Fingerprints.FingerprintState, Java.Lang.ICharSequence)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Fingerprints.FingerprintManager.AuthenticationCallback.OnAuthenticationError(Android.Hardware.Fingerprints.FingerprintState, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Fingerprints.FingerprintManager.AuthenticationCallback.OnAuthenticationFailed()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Fingerprints.FingerprintManager.AuthenticationCallback.OnAuthenticationHelp(Android.Hardware.Fingerprints.FingerprintState, Java.Lang.ICharSequence)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Fingerprints.FingerprintManager.AuthenticationCallback.OnAuthenticationHelp(Android.Hardware.Fingerprints.FingerprintState, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Fingerprints.FingerprintManager.AuthenticationCallback.OnAuthenticationSucceeded(Android.Hardware.Fingerprints.FingerprintManager.AuthenticationResult)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Fingerprints.FingerprintManager.AuthenticationResult' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Fingerprints.FingerprintManager.CryptoObject' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Fingerprints.FingerprintManager.CryptoObject..ctor(Java.Security.Signature)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Usb.UsbRequest.Queue(Java.Nio.ByteBuffer, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.Normalizer.Clone()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.Normalizer2.GetInstance(System.IO.Stream, System.String, Android.Icu.Text.Normalizer2.Mode)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.Calendar.ComputeMillisInDay()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.Calendar.ComputeZoneOffset(System.Int64, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.EthiopicCalendar.HandleGetLimit(Android.Icu.Util.CalendarField, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.InputMethodService.OnViewClicked(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.InputMethodService.InputMethodSessionImpl.ToggleSoftInput(Android.Views.InputMethods.ShowFlags, Android.Views.InputMethods.HideSoftInputFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.Keyboard' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.Keyboard..ctor(Android.Content.Context, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.Keyboard.CreateKeyFromXml(Android.Content.Res.Resources, Android.InputMethodServices.Keyboard.Row, System.Int32, System.Int32, System.Xml.XmlReader)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.Keyboard.CreateRowFromXml(Android.Content.Res.Resources, System.Xml.XmlReader)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.Keyboard.GetNearestKeys(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.Keyboard.SetShifted(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.Keyboard.Key' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.Keyboard.Key..ctor(Android.Content.Res.Resources, Android.InputMethodServices.Keyboard.Row, System.Int32, System.Int32, System.Xml.XmlReader)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.Keyboard.Key.GetCurrentDrawableState()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.Keyboard.Key.IsInside(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.Keyboard.Key.OnPressed()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.Keyboard.Key.OnReleased(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.Keyboard.Key.SquaredDistanceFrom(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.Keyboard.Row' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.Keyboard.Row..ctor(Android.Content.Res.Resources, Android.InputMethodServices.Keyboard, System.Xml.XmlReader)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView..ctor(Android.Content.Context, Android.Util.IAttributeSet)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.Closing()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.HandleBack()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.InvalidateAllKeys()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.InvalidateKey(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.OnDetachedFromWindow()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.OnDraw(Android.Graphics.Canvas)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.OnLongPress(Android.InputMethodServices.Keyboard.Key)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.OnMeasure(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.OnSizeChanged(System.Int32, System.Int32, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.SetPopupOffset(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.SetPopupParent(Android.Views.View)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.SetShifted(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.SetVerticalCorrection(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.SwipeDown()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.SwipeLeft()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.SwipeRight()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.SwipeUp()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.IOnKeyboardActionListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.IOnKeyboardActionListener.OnKey(Android.Views.Keycode, Android.Views.Keycode[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.IOnKeyboardActionListener.OnPress(Android.Views.Keycode)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.IOnKeyboardActionListener.OnRelease(Android.Views.Keycode)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.IOnKeyboardActionListener.OnText(Java.Lang.ICharSequence)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.IOnKeyboardActionListener.SwipeDown()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.IOnKeyboardActionListener.SwipeLeft()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.IOnKeyboardActionListener.SwipeRight()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView.IOnKeyboardActionListener.SwipeUp()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.Geocoder.GetFromLocation(System.Double, System.Double, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.Geocoder.GetFromLocationName(System.String, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssAntennaInfo.Builder..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssMeasurementsEvent.Callback.OnStatusChanged(Android.Locations.GnssMeasurementCallbackStatus)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssNavigationMessage.Callback.OnStatusChanged(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GpsSatellite' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GpsSatellite.UsedInFix()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GpsStatus' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GpsStatus.Create(Android.Locations.GnssStatus, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GpsStatus.IListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GpsStatus.IListener.OnGpsStatusChanged(Android.Locations.GpsEvent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GpsStatus.INmeaListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GpsStatus.INmeaListener.OnNmeaReceived(System.Int64, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.ILocationListener.OnStatusChanged(System.String, Android.Locations.Availability, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.Location.Dump(Android.Util.IPrinter, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationManager.AddGpsStatusListener(Android.Locations.GpsStatus.IListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationManager.AddNmeaListener(Android.Locations.GpsStatus.INmeaListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationManager.ClearTestProviderEnabled(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationManager.ClearTestProviderLocation(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationManager.ClearTestProviderStatus(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationManager.GetGpsStatus(Android.Locations.GpsStatus)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationManager.GetProvider(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationManager.RegisterGnssMeasurementsCallback(Android.Locations.GnssMeasurementsEvent.Callback)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationManager.RegisterGnssNavigationMessageCallback(Android.Locations.GnssNavigationMessage.Callback)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationManager.RegisterGnssStatusCallback(Android.Locations.GnssStatus.Callback)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationManager.RemoveGpsStatusListener(Android.Locations.GpsStatus.IListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationManager.RemoveNmeaListener(Android.Locations.GpsStatus.INmeaListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationManager.RequestSingleUpdate(Android.Locations.Criteria, Android.App.PendingIntent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationManager.SetTestProviderStatus(System.String, Android.Locations.Availability, Android.OS.Bundle, System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationProvider' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationProvider.MeetsCriteria(Android.Locations.Criteria)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationProvider.RequiresCell()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationProvider.RequiresNetwork()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationProvider.RequiresSatellite()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationProvider.SupportsAltitude()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationProvider.SupportsBearing()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationProvider.SupportsSpeed()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AsyncPlayer.Play(Android.Content.Context, Android.Net.Uri, System.Boolean, Android.Media.Stream)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioManager.AbandonAudioFocus(Android.Media.AudioManager.IOnAudioFocusChangeListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioManager.GetPlaybackOffloadSupport(Android.Media.AudioFormat, Android.Media.AudioAttributes)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioManager.RequestAudioFocus(Android.Media.AudioManager.IOnAudioFocusChangeListener, Android.Media.Stream, Android.Media.AudioFocus)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioManager.SetStreamMute(Android.Media.Stream, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioManager.SetStreamSolo(Android.Media.Stream, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioRecord.AddOnRoutingChangedListener(Android.Media.AudioRecord.IOnRoutingChangedListener, Android.OS.Handler)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioRecord.RemoveOnRoutingChangedListener(Android.Media.AudioRecord.IOnRoutingChangedListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioRecord.IOnRoutingChangedListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioRecord.IOnRoutingChangedListener.OnRoutingChanged(Android.Media.AudioRecord)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioTrack.AddOnRoutingChangedListener(Android.Media.AudioTrack.IOnRoutingChangedListener, Android.OS.Handler)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioTrack.IsDirectPlaybackSupported(Android.Media.AudioFormat, Android.Media.AudioAttributes)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioTrack.RemoveOnRoutingChangedListener(Android.Media.AudioTrack.IOnRoutingChangedListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioTrack.IOnRoutingChangedListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioTrack.IOnRoutingChangedListener.Android.Media.IAudioRoutingOnRoutingChangedListener.OnRoutingChanged(Android.Media.IAudioRouting)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.CamcorderProfile.Get(Android.Media.CamcorderQuality)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaDrm.GetSecureStop(System.Byte[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaDrm.Release()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaDrm.ReleaseAllSecureStops()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaDrm.ReleaseSecureStops(System.Byte[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaDrm.RemoveAllSecureStops()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaDrm.RemoveSecureStop(System.Byte[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaDrm.IHdcpLevel' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaDrm.ISecurityLevel' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaExtractor.SetMediaCas(Android.Media.MediaCas)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaPlayer.SetAudioStreamType(Android.Media.Stream)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaRecorder..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlClient.IOnGetPlaybackPositionListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlClient.IOnGetPlaybackPositionListener.OnGetPlaybackPosition()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlClient.IOnMetadataUpdateListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlClient.IOnMetadataUpdateListener.OnMetadataUpdate(Android.Media.MediaMetadataEditKey, Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlClient.IOnPlaybackPositionUpdateListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlClient.IOnPlaybackPositionUpdateListener.OnPlaybackPositionUpdate(System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteController.IOnClientUpdateListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteController.IOnClientUpdateListener.OnClientChange(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteController.IOnClientUpdateListener.OnClientMetadataUpdate(Android.Media.RemoteController.MetadataEditor)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteController.IOnClientUpdateListener.OnClientPlaybackStateUpdateSimple(Android.Media.RemoteControlPlayState)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteController.IOnClientUpdateListener.OnClientTransportControlUpdate(Android.Media.RemoteControlFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteController.MetadataEditor' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteController.MetadataEditor.Apply()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.ThumbnailUtils.CreateAudioThumbnail(System.String, Android.Provider.ThumbnailKind)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.ThumbnailUtils.CreateImageThumbnail(System.String, Android.Provider.ThumbnailKind)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.ThumbnailUtils.CreateVideoThumbnail(System.String, Android.Provider.ThumbnailKind)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Midi.MidiManager.GetDevices()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Midi.MidiManager.RegisterDeviceCallback(Android.Media.Midi.MidiManager.DeviceCallback, Android.OS.Handler)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Session.MediaSession.SetMediaButtonReceiver(Android.App.PendingIntent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Session.MediaSessionManager.NotifySession2Created(Android.Media.Session2Token)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.TV.TvInputInfo.CreateSettingsIntent()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.ConnectivityManager.GetAllNetworkInfo()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.ConnectivityManager.GetAllNetworks()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.ConnectivityManager.GetNetworkInfo(Android.Net.Network)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.ConnectivityManager.IsNetworkTypeValid(Android.Net.ConnectivityType)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.ConnectivityManager.ReportBadNetwork(Android.Net.Network)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.ConnectivityManager.SetProcessDefaultNetwork(Android.Net.Network)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetworkInfo' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetworkInfo..ctor(System.Int32, System.Int32, System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetworkInfo.DescribeContents()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetworkInfo.GetDetailedState()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetworkInfo.GetState()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetworkInfo.SetDetailedState(Android.Net.NetworkInfo.DetailedState, System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetworkInfo.WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetworkInfo.DetailedState' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetworkInfo.State' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.SSLCertificateSocketFactory' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.SSLCertificateSocketFactory.CreateSocket(System.String, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.SSLCertificateSocketFactory.GetDefault(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.SSLCertificateSocketFactory.GetDefaultCipherSuites()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.SSLCertificateSocketFactory.GetHttpSocketFactory(System.Int32, Android.Net.SSLSessionCache)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.SSLCertificateSocketFactory.GetInsecure(System.Int32, Android.Net.SSLSessionCache)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.SSLCertificateSocketFactory.GetNpnSelectedProtocol(Java.Net.Socket)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.SSLCertificateSocketFactory.GetSupportedCipherSuites()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.SSLCertificateSocketFactory.SetHostname(Java.Net.Socket, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.SSLCertificateSocketFactory.SetKeyManagers(Javax.Net.Ssl.IKeyManager[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.SSLCertificateSocketFactory.SetNpnProtocols(System.Byte[][])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.SSLCertificateSocketFactory.SetTrustManagers(Javax.Net.Ssl.ITrustManager[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.SSLCertificateSocketFactory.SetUseSessionTickets(Java.Net.Socket, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.VpnManager.StartProvisionedVpnProfile()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Http.AndroidHttpClient' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Http.AndroidHttpClient.NewInstance(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Rtp.AudioCodec' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Rtp.AudioCodec.GetCodec(System.Int32, System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Rtp.AudioCodec.GetCodecs()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Rtp.AudioGroup' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Rtp.AudioGroup..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Rtp.AudioGroup.Clear()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Rtp.AudioGroup.GetStreams()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Rtp.AudioGroup.SendDtmf(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Rtp.AudioStream' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Rtp.AudioStream..ctor(Java.Net.InetAddress)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Rtp.AudioStream.Join(Android.Net.Rtp.AudioGroup)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Rtp.RtpStream' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Rtp.RtpStream.Associate(Java.Net.InetAddress, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Rtp.RtpStream.Release()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.ISipRegistrationListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.ISipRegistrationListener.OnRegistering(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.ISipRegistrationListener.OnRegistrationDone(System.String, System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.ISipRegistrationListener.OnRegistrationFailed(System.String, Android.Net.Sip.SipErrorCodes, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall..ctor(Android.Content.Context, Android.Net.Sip.SipProfile)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.AnswerCall(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.AttachCall(Android.Net.Sip.SipSession, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.Close()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.ContinueCall(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.EndCall()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.HoldCall(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.MakeCall(Android.Net.Sip.SipProfile, Android.Net.Sip.SipSession, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.SendDtmf(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.SetListener(Android.Net.Sip.SipAudioCall.Listener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.SetSpeakerMode(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.StartAudio()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.ToggleMute()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.Listener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.Listener..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.Listener.OnCallBusy(Android.Net.Sip.SipAudioCall)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.Listener.OnCallEnded(Android.Net.Sip.SipAudioCall)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.Listener.OnCallEstablished(Android.Net.Sip.SipAudioCall)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.Listener.OnCallHeld(Android.Net.Sip.SipAudioCall)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.Listener.OnCalling(Android.Net.Sip.SipAudioCall)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.Listener.OnChanged(Android.Net.Sip.SipAudioCall)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.Listener.OnError(Android.Net.Sip.SipAudioCall, Android.Net.Sip.SipErrorCodes, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.Listener.OnReadyToCall(Android.Net.Sip.SipAudioCall)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.Listener.OnRinging(Android.Net.Sip.SipAudioCall, Android.Net.Sip.SipProfile)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.Listener.OnRingingBack(Android.Net.Sip.SipAudioCall)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipErrorCode' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipErrorCode.ToString(Android.Net.Sip.SipErrorCodes)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipException..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipManager' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipManager.Close(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipManager.CreateSipSession(Android.Net.Sip.SipProfile, Android.Net.Sip.SipSession.Listener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipManager.GetCallId(Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipManager.GetOfferSessionDescription(Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipManager.GetSessionFor(Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipManager.IsApiSupported(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipManager.IsIncomingCallIntent(Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipManager.IsOpened(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipManager.IsRegistered(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipManager.IsSipWifiOnly(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipManager.IsVoipSupported(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipManager.MakeAudioCall(Android.Net.Sip.SipProfile, Android.Net.Sip.SipProfile, Android.Net.Sip.SipAudioCall.Listener, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipManager.NewInstance(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipManager.Open(Android.Net.Sip.SipProfile)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipManager.Register(Android.Net.Sip.SipProfile, System.Int32, Android.Net.Sip.ISipRegistrationListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipManager.SetRegistrationListener(System.String, Android.Net.Sip.ISipRegistrationListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipManager.TakeAudioCall(Android.Content.Intent, Android.Net.Sip.SipAudioCall.Listener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipManager.Unregister(Android.Net.Sip.SipProfile, Android.Net.Sip.ISipRegistrationListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipProfile' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipProfile.DescribeContents()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipProfile.SetCallingUid(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipProfile.WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipProfile.Builder' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipProfile.Builder..ctor(Android.Net.Sip.SipProfile)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipProfile.Builder.Build()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipProfile.Builder.SetAuthUserName(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipProfile.Builder.SetAutoRegistration(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipProfile.Builder.SetDisplayName(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipProfile.Builder.SetOutboundProxy(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipProfile.Builder.SetPassword(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipProfile.Builder.SetPort(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipProfile.Builder.SetProfileName(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipProfile.Builder.SetProtocol(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipProfile.Builder.SetSendKeepAlive(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession.AnswerCall(System.String, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession.ChangeCall(System.String, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession.EndCall()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession.GetState()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession.MakeCall(Android.Net.Sip.SipProfile, System.String, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession.Register(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession.SetListener(Android.Net.Sip.SipSession.Listener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession.Unregister()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession.Listener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession.Listener..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession.Listener.OnCallBusy(Android.Net.Sip.SipSession)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession.Listener.OnCallChangeFailed(Android.Net.Sip.SipSession, Android.Net.Sip.SipErrorCodes, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession.Listener.OnCallEnded(Android.Net.Sip.SipSession)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession.Listener.OnCallEstablished(Android.Net.Sip.SipSession, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession.Listener.OnCalling(Android.Net.Sip.SipSession)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession.Listener.OnError(Android.Net.Sip.SipSession, Android.Net.Sip.SipErrorCodes, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession.Listener.OnRegistering(Android.Net.Sip.SipSession)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession.Listener.OnRegistrationDone(Android.Net.Sip.SipSession, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession.Listener.OnRegistrationFailed(Android.Net.Sip.SipSession, Android.Net.Sip.SipErrorCodes, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession.Listener.OnRegistrationTimeout(Android.Net.Sip.SipSession)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession.Listener.OnRinging(Android.Net.Sip.SipSession, Android.Net.Sip.SipProfile, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession.Listener.OnRingingBack(Android.Net.Sip.SipSession)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession.State' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSession.State.ToString(Android.Net.Sip.SipSessionState)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiConfiguration' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiConfiguration..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiConfiguration..ctor(Android.Net.Wifi.WifiConfiguration)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiConfiguration.SetIpConfiguration(Android.Net.IpConfiguration)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiConfiguration.SetSecurityParams(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiConfiguration.AuthAlgorithm' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiConfiguration.GroupCipher' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiConfiguration.GroupMgmtCipher' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiConfiguration.KeyMgmt' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiConfiguration.PairwiseCipher' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiConfiguration.Protocol' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiConfiguration.Status' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiManager.AddNetwork(Android.Net.Wifi.WifiConfiguration)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiManager.CalculateSignalLevel(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiManager.CancelWps(Android.Net.Wifi.WifiManager.WpsCallback)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiManager.DisableNetwork(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiManager.Disconnect()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiManager.EnableNetwork(System.Int32, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiManager.PingSupplicant()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiManager.Reassociate()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiManager.Reconnect()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiManager.RemoveNetwork(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiManager.RemovePasspointConfiguration(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiManager.SaveConfiguration()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiManager.SetWifiEnabled(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiManager.StartScan()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiManager.StartWps(Android.Net.Wifi.WpsInfo, Android.Net.Wifi.WifiManager.WpsCallback)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiManager.UpdateNetwork(Android.Net.Wifi.WifiConfiguration)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiManager.WpsCallback' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiManager.WpsCallback..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiNetworkSpecifier.Builder.SetWpa3EnterpriseConfig(Android.Net.Wifi.WifiEnterpriseConfig)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiNetworkSuggestion.Builder.SetWpa3EnterpriseConfig(Android.Net.Wifi.WifiEnterpriseConfig)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.Aware.DiscoverySession.CreateNetworkSpecifierOpen(Android.Net.Wifi.Aware.PeerHandle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.Aware.DiscoverySession.CreateNetworkSpecifierPassphrase(Android.Net.Wifi.Aware.PeerHandle, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.Aware.WifiAwareSession.CreateNetworkSpecifierOpen(Android.Net.Wifi.Aware.WifiAwareDataPathRole, System.Byte[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.Aware.WifiAwareSession.CreateNetworkSpecifierPassphrase(Android.Net.Wifi.Aware.WifiAwareDataPathRole, System.Byte[], System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.NfcAdapter.InvokeBeam(Android.App.Activity)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.NfcAdapter.SetBeamPushUris(Android.Net.Uri[], Android.App.Activity)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.NfcAdapter.SetBeamPushUrisCallback(Android.Nfc.NfcAdapter.ICreateBeamUrisCallback, Android.App.Activity)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.NfcAdapter.SetNdefPushMessage(Android.Nfc.NdefMessage, Android.App.Activity, Android.App.Activity[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.NfcAdapter.SetNdefPushMessageCallback(Android.Nfc.NfcAdapter.ICreateNdefMessageCallback, Android.App.Activity, Android.App.Activity[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.NfcAdapter.SetOnNdefPushCompleteCallback(Android.Nfc.NfcAdapter.IOnNdefPushCompleteCallback, Android.App.Activity, Android.App.Activity[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.NfcAdapter.ICreateBeamUrisCallback' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.NfcAdapter.ICreateBeamUrisCallback.CreateBeamUris(Android.Nfc.NfcEvent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.NfcAdapter.ICreateNdefMessageCallback' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.NfcAdapter.ICreateNdefMessageCallback.CreateNdefMessage(Android.Nfc.NfcEvent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.NfcAdapter.IOnNdefPushCompleteCallback' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.NfcAdapter.IOnNdefPushCompleteCallback.OnNdefPushComplete(Android.Nfc.NfcEvent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Opengl.EGL14.EglCreatePixmapSurface(Android.Opengl.EGLDisplay, Android.Opengl.EGLConfig, System.Int32, System.Int32[], System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Opengl.GLSurfaceView.SurfaceRedrawNeeded(Android.Views.ISurfaceHolder)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.AsyncTask' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.AsyncTask..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.AsyncTask.Cancel(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.AsyncTask.Execute(Java.Lang.IRunnable)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.AsyncTask.ExecuteOnExecutor(Java.Util.Concurrent.IExecutor, Java.Lang.Object[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.AsyncTask.Get()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.AsyncTask.GetStatus()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.AsyncTask.OnCancelled()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.AsyncTask.OnPostExecute(Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.AsyncTask.OnPreExecute()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.AsyncTask.OnProgressUpdate(Java.Lang.Object[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.AsyncTask.PublishProgress(Java.Lang.Object[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.AsyncTask.Status' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BaseBundle.Get(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Bundle.GetParcelable(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Bundle.GetParcelableArray(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Bundle.GetParcelableArrayList(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Bundle.GetSerializable(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Bundle.GetSparseParcelableArray(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Debug.ResetAllCounts()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Debug.ResetGlobalAllocCount()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Debug.ResetGlobalAllocSize()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Debug.ResetGlobalClassInitCount()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Debug.ResetGlobalClassInitTime()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Debug.ResetGlobalFreedCount()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Debug.ResetGlobalFreedSize()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Debug.ResetGlobalGcInvocationCount()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Debug.ResetThreadAllocCount()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Debug.ResetThreadAllocSize()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Debug.ResetThreadGcInvocationCount()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Debug.InstructionCount' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Debug.InstructionCount..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Debug.InstructionCount.Collect()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Debug.InstructionCount.GlobalMethodInvocations()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Debug.InstructionCount.GlobalTotal()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Debug.InstructionCount.ResetAndStart()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.FileObserver..ctor(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.FileUtils.CloseQuietly(Java.IO.FileDescriptor)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Handler..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Looper.PrepareMainLooper()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.MemoryFile.AllowPurging(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Parcel.ReadArray(Java.Lang.ClassLoader)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Parcel.ReadArrayList(Java.Lang.ClassLoader)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Parcel.ReadHashMap(Java.Lang.ClassLoader)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Parcel.ReadList(System.Collections.IList, Java.Lang.ClassLoader)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Parcel.ReadMap(System.Collections.IDictionary, Java.Lang.ClassLoader)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Parcel.ReadParcelable(Java.Lang.ClassLoader)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Parcel.ReadParcelableArray(Java.Lang.ClassLoader)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Parcel.ReadParcelableCreator(Java.Lang.ClassLoader)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Parcel.ReadParcelableList(System.Collections.IList, Java.Lang.ClassLoader)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Parcel.ReadSerializable()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Parcel.ReadSparseArray(Java.Lang.ClassLoader)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.UserManager.SetRestrictionsChallenge(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Vibrator.Vibrate(System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Storage.StorageVolume.CreateAccessIntent(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.CheckBoxPreference' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.CheckBoxPreference..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.DialogPreference' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.DialogPreference..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.DialogPreference.OnActivityDestroy()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.DialogPreference.OnBindDialogView(Android.Views.View)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.DialogPreference.OnClick(Android.Content.IDialogInterface, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.DialogPreference.OnCreateDialogView()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.DialogPreference.OnDialogClosed(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.DialogPreference.OnDismiss(Android.Content.IDialogInterface)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.DialogPreference.OnPrepareDialogBuilder(Android.App.AlertDialog.Builder)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.DialogPreference.SetDialogMessage(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.DialogPreference.SetDialogTitle(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.DialogPreference.SetNegativeButtonText(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.DialogPreference.SetPositiveButtonText(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.DialogPreference.ShowDialog(Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.EditTextPreference' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.EditTextPreference..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.EditTextPreference.OnAddEditTextToDialogView(Android.Views.View, Android.Widget.EditText)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.IPreferenceDataStore' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.IPreferenceDataStore.GetBoolean(System.String, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.IPreferenceDataStore.GetFloat(System.String, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.IPreferenceDataStore.GetInt(System.String, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.IPreferenceDataStore.GetLong(System.String, System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.IPreferenceDataStore.GetString(System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.IPreferenceDataStore.GetStringSet(System.String, System.Collections.Generic.ICollection)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.IPreferenceDataStore.PutBoolean(System.String, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.IPreferenceDataStore.PutFloat(System.String, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.IPreferenceDataStore.PutInt(System.String, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.IPreferenceDataStore.PutLong(System.String, System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.IPreferenceDataStore.PutString(System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.IPreferenceDataStore.PutStringSet(System.String, System.Collections.Generic.ICollection)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.ListPreference' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.ListPreference..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.ListPreference.FindIndexOfValue(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.ListPreference.GetEntries()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.ListPreference.GetEntriesFormatted()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.ListPreference.GetEntryValues()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.ListPreference.GetEntryValuesFormatted()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.ListPreference.SetEntries(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.ListPreference.SetEntryValues(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.ListPreference.SetValueIndex(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.MultiSelectListPreference' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.MultiSelectListPreference..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.MultiSelectListPreference.FindIndexOfValue(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.MultiSelectListPreference.GetEntries()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.MultiSelectListPreference.GetEntriesFormatted()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.MultiSelectListPreference.GetEntryValues()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.MultiSelectListPreference.GetEntryValuesFormatted()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.MultiSelectListPreference.SetEntries(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.MultiSelectListPreference.SetEntryValues(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.CallChangeListener(Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.CompareTo(Android.Preferences.Preference)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.FindPreferenceInHierarchy(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.GetPersistedBoolean(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.GetPersistedFloat(System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.GetPersistedInt(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.GetPersistedLong(System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.GetPersistedString(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.GetPersistedStringSet(System.Collections.Generic.ICollection)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.GetView(Android.Views.View, Android.Views.ViewGroup)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.NotifyChanged()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.NotifyDependencyChange(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.NotifyHierarchyChanged()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.OnAttachedToActivity()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.OnAttachedToHierarchy(Android.Preferences.PreferenceManager)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.OnBindView(Android.Views.View)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.OnClick()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.OnCreateView(Android.Views.ViewGroup)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.OnDependencyChanged(Android.Preferences.Preference, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.OnGetDefaultValue(Android.Content.Res.TypedArray, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.OnParentChanged(Android.Preferences.Preference, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.OnPrepareForRemoval()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.OnRestoreInstanceState(Android.OS.IParcelable)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.OnSaveInstanceState()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.OnSetInitialValue(System.Boolean, Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.PeekExtras()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.PersistBoolean(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.PersistFloat(System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.PersistInt(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.PersistLong(System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.PersistString(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.PersistStringSet(System.Collections.Generic.ICollection)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.RestoreHierarchyState(Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.SaveHierarchyState(Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.SetDefaultValue(Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.SetSummary(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.SetTitle(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.ShouldCommit()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.ShouldDisableDependents()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.ShouldPersist()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.BaseSavedState' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.BaseSavedState..ctor(Android.OS.Parcel)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.IOnPreferenceChangeListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.IOnPreferenceChangeListener.OnPreferenceChange(Android.Preferences.Preference, Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.IOnPreferenceClickListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.IOnPreferenceClickListener.OnPreferenceClick(Android.Preferences.Preference)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.FinishPreferencePanel(Android.App.Fragment, Android.App.Result, Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.InvalidateHeaders()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.IsValidFragment(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.LoadHeadersFromResource(System.Int32, System.Collections.Generic.IList)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.OnBuildHeaders(System.Collections.Generic.IList)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.OnBuildStartFragmentIntent(System.String, Android.OS.Bundle, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.OnGetInitialHeader()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.OnGetNewHeader()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.OnHeaderClick(Android.Preferences.PreferenceActivity.Header, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.OnIsHidingHeaders()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.OnIsMultiPane()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.OnPreferenceStartFragment(Android.Preferences.PreferenceFragment, Android.Preferences.Preference)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.SetListFooter(Android.Views.View)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.SetParentTitle(Java.Lang.ICharSequence, Java.Lang.ICharSequence, Android.Views.View.IOnClickListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.SetParentTitle(System.String, System.String, Android.Views.View.IOnClickListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.ShowBreadCrumbs(Java.Lang.ICharSequence, Java.Lang.ICharSequence)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.ShowBreadCrumbs(System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.StartPreferenceFragment(Android.App.Fragment, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.StartPreferencePanel(System.String, Android.OS.Bundle, System.Int32, Java.Lang.ICharSequence, Android.App.Fragment, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.StartPreferencePanel(System.String, Android.OS.Bundle, System.Int32, System.String, Android.App.Fragment, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.StartWithFragment(System.String, Android.OS.Bundle, Android.App.Fragment, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.SwitchToHeader(Android.Preferences.PreferenceActivity.Header)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.Header' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.Header..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.Header.DescribeContents()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.Header.GetBreadCrumbShortTitle(Android.Content.Res.Resources)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.Header.GetBreadCrumbShortTitleFormatted(Android.Content.Res.Resources)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.Header.GetBreadCrumbTitle(Android.Content.Res.Resources)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.Header.GetBreadCrumbTitleFormatted(Android.Content.Res.Resources)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.Header.GetSummary(Android.Content.Res.Resources)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.Header.GetSummaryFormatted(Android.Content.Res.Resources)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.Header.GetTitle(Android.Content.Res.Resources)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.Header.GetTitleFormatted(Android.Content.Res.Resources)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.Header.ReadFromParcel(Android.OS.Parcel)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.Header.WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceCategory' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceCategory..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceFragment' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceFragment..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceFragment.AddPreferencesFromIntent(Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceFragment.AddPreferencesFromResource(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceFragment.FindPreference(Java.Lang.ICharSequence)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceFragment.FindPreference(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceFragment.OnPreferenceTreeClick(Android.Preferences.PreferenceScreen, Android.Preferences.Preference)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceFragment.IOnPreferenceStartFragmentCallback' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceFragment.IOnPreferenceStartFragmentCallback.OnPreferenceStartFragment(Android.Preferences.PreferenceFragment, Android.Preferences.Preference)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceGroup' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceGroup..ctor(Android.Content.Context, Android.Util.IAttributeSet)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceGroup.AddItemFromInflater(Android.Preferences.Preference)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceGroup.AddPreference(Android.Preferences.Preference)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceGroup.DispatchRestoreInstanceState(Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceGroup.DispatchSaveInstanceState(Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceGroup.FindPreference(Java.Lang.ICharSequence)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceGroup.FindPreference(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceGroup.GetPreference(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceGroup.OnPrepareAddPreference(Android.Preferences.Preference)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceGroup.RemoveAll()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceGroup.RemovePreference(Android.Preferences.Preference)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceManager' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceManager.CreatePreferenceScreen(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceManager.FindPreference(Java.Lang.ICharSequence)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceManager.FindPreference(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceManager.GetDefaultSharedPreferences(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceManager.GetDefaultSharedPreferencesName(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceManager.SetDefaultValues(Android.Content.Context, System.Int32, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceManager.SetStorageDefault()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceManager.SetStorageDeviceProtected()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceManager.IOnActivityDestroyListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceManager.IOnActivityDestroyListener.OnActivityDestroy()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceManager.IOnActivityResultListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceManager.IOnActivityResultListener.OnActivityResult(System.Int32, Android.App.Result, Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceManager.IOnActivityStopListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceManager.IOnActivityStopListener.OnActivityStop()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceScreen' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceScreen.Bind(Android.Widget.ListView)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceScreen.OnDismiss(Android.Content.IDialogInterface)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceScreen.OnItemClick(Android.Widget.AdapterView, Android.Views.View, System.Int32, System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.RingtonePreference' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.RingtonePreference..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.RingtonePreference.OnActivityResult(System.Int32, Android.App.Result, Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.RingtonePreference.OnPrepareRingtonePickerIntent(Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.RingtonePreference.OnRestoreRingtone()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.RingtonePreference.OnSaveRingtone(Android.Net.Uri)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.SwitchPreference' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.SwitchPreference..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.SwitchPreference.SetSwitchTextOff(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.SwitchPreference.SetSwitchTextOn(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.TwoStatePreference' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.TwoStatePreference..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.TwoStatePreference.SetSummaryOff(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.TwoStatePreference.SetSummaryOn(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ContactsContract.DataUsageFeedback' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ContactsContract.DataUsageFeedback..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.FontRequest' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.FontRequest..ctor(System.String, System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.FontsContract' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.FontsContract.BuildTypeface(Android.Content.Context, Android.OS.CancellationSignal, Android.Provider.FontsContract.FontInfo[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.FontsContract.FetchFonts(Android.Content.Context, Android.OS.CancellationSignal, Android.Provider.FontRequest)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.FontsContract.RequestFonts(Android.Content.Context, Android.Provider.FontRequest, Android.OS.Handler, Android.OS.CancellationSignal, Android.Provider.FontsContract.FontRequestCallback)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.FontsContract.Columns' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.FontsContract.FontFamilyResult' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.FontsContract.FontFamilyResult.GetFonts()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.FontsContract.FontInfo' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.FontsContract.FontInfo.GetAxes()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.FontsContract.FontRequestCallback' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.FontsContract.FontRequestCallback..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.FontsContract.FontRequestCallback.OnTypefaceRequestFailed(Android.Provider.FontRequestFailureReason)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.FontsContract.FontRequestCallback.OnTypefaceRetrieved(Android.Graphics.Typeface)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.SetIncludePending(Android.Net.Uri)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Audio.KeyFor(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Audio.IPlaylistsColumns' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Audio.Media.GetContentUriForPath(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Audio.Playlists' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Audio.Playlists..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Audio.Playlists.GetContentUri(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Audio.Playlists.Members' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Audio.Playlists.Members..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Audio.Playlists.Members.GetContentUri(System.String, System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Audio.Playlists.Members.MoveItem(Android.Content.ContentResolver, System.Int64, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Images.Media.GetBitmap(Android.Content.ContentResolver, Android.Net.Uri)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Images.Media.InsertImage(Android.Content.ContentResolver, Android.Graphics.Bitmap, System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Images.Media.Query(Android.Content.ContentResolver, Android.Net.Uri, System.String[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Images.Thumbnails' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Images.Thumbnails..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Images.Thumbnails.CancelThumbnailRequest(Android.Content.ContentResolver, System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Images.Thumbnails.GetContentUri(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Images.Thumbnails.GetKindSize(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Images.Thumbnails.GetThumbnail(Android.Content.ContentResolver, System.Int64, Android.Provider.ThumbnailKind, Android.Graphics.BitmapFactory.Options)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Images.Thumbnails.Query(Android.Content.ContentResolver, Android.Net.Uri, System.String[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Images.Thumbnails.QueryMiniThumbnail(Android.Content.ContentResolver, System.Int64, Android.Provider.ThumbnailKind, System.String[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Images.Thumbnails.QueryMiniThumbnails(Android.Content.ContentResolver, Android.Net.Uri, Android.Provider.ThumbnailKind, System.String[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Video.Query(Android.Content.ContentResolver, Android.Net.Uri, System.String[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Video.Thumbnails' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Video.Thumbnails..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Video.Thumbnails.CancelThumbnailRequest(Android.Content.ContentResolver, System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Video.Thumbnails.GetContentUri(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Video.Thumbnails.GetKindSize(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Video.Thumbnails.GetThumbnail(Android.Content.ContentResolver, System.Int64, Android.Provider.VideoThumbnailKind, Android.Graphics.BitmapFactory.Options)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy1DRangeFrom(System.Int32, System.Int32, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy1DRangeFromUnchecked(System.Int32, System.Int32, System.Byte[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy1DRangeTo(System.Int32, System.Int32, System.Byte[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy1DRangeToUnchecked(System.Int32, System.Int32, System.Byte[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy2DRangeFrom(System.Int32, System.Int32, Android.Graphics.Bitmap)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy2DRangeTo(System.Int32, System.Int32, System.Int32, System.Int32, System.Byte[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy3DRangeFrom(System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, System.Int32, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy3DRangeTo(System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CopyFrom(Android.Graphics.Bitmap)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CopyFromUnchecked(System.Byte[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CopyTo(Android.Graphics.Bitmap)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CreateAllocations(Android.Renderscripts.RenderScript, Android.Renderscripts.Type, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CreateCubemapFromBitmap(Android.Renderscripts.RenderScript, Android.Graphics.Bitmap)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CreateCubemapFromCubeFaces(Android.Renderscripts.RenderScript, Android.Graphics.Bitmap, Android.Graphics.Bitmap, Android.Graphics.Bitmap, Android.Graphics.Bitmap, Android.Graphics.Bitmap, Android.Graphics.Bitmap)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CreateFromBitmap(Android.Renderscripts.RenderScript, Android.Graphics.Bitmap)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CreateFromBitmapResource(Android.Renderscripts.RenderScript, Android.Content.Res.Resources, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CreateFromString(Android.Renderscripts.RenderScript, System.String, Android.Renderscripts.AllocationUsage)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CreateSized(Android.Renderscripts.RenderScript, Android.Renderscripts.Element, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CreateTyped(Android.Renderscripts.RenderScript, Android.Renderscripts.Type)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.GenerateMipmaps()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.IoReceive()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.IoSend()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.SetAutoPadding(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.SetFromFieldPacker(System.Int32, Android.Renderscripts.FieldPacker)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.SetOnBufferAvailableListener(Android.Renderscripts.Allocation.IOnBufferAvailableListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.SyncAll(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.IOnBufferAvailableListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.IOnBufferAvailableListener.OnBufferAvailable(Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.MipmapControl' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.AllocationAdapter' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.AllocationAdapter.Create1D(Android.Renderscripts.RenderScript, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.AllocationAdapter.Create2D(Android.Renderscripts.RenderScript, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.AllocationAdapter.CreateTyped(Android.Renderscripts.RenderScript, Android.Renderscripts.Allocation, Android.Renderscripts.Type)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.AllocationAdapter.SetFace(Android.Renderscripts.Type.CubemapFace)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.AllocationAdapter.SetLOD(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.AllocationAdapter.SetX(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.AllocationAdapter.SetY(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.AllocationAdapter.SetZ(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.BaseObj' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.BaseObj.Destroy()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Byte2' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Byte2..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Byte3' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Byte3..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Byte4' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Byte4..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Double2' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Double2..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Double3' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Double3..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Double4' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Double4..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.ALLOCATION(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.A_8(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.BOOLEAN(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.CreatePixel(Android.Renderscripts.RenderScript, Android.Renderscripts.Element.DataType, Android.Renderscripts.Element.DataKind)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.CreateVector(Android.Renderscripts.RenderScript, Android.Renderscripts.Element.DataType, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.ELEMENT(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.F16(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.F16_2(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.F16_3(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.F16_4(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.F32(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.F32_2(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.F32_3(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.F32_4(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.F64(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.F64_2(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.F64_3(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.F64_4(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.FONT(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.GetDataKind()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.GetDataType()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.GetSubElement(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.GetSubElementArraySize(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.GetSubElementName(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.GetSubElementOffsetBytes(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.I16(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.I16_2(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.I16_3(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.I16_4(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.I32(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.I32_2(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.I32_3(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.I32_4(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.I64(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.I64_2(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.I64_3(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.I64_4(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.I8(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.I8_2(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.I8_3(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.I8_4(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.IsCompatible(Android.Renderscripts.Element)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.MATRIX_2X2(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.MATRIX_3X3(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.MATRIX_4X4(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.MESH(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.PROGRAM_FRAGMENT(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.PROGRAM_RASTER(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.PROGRAM_STORE(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.PROGRAM_VERTEX(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.RGBA_4444(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.RGBA_5551(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.RGBA_8888(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.RGB_565(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.RGB_888(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.SAMPLER(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.SCRIPT(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.TYPE(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.U16(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.U16_2(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.U16_3(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.U16_4(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.U32(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.U32_2(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.U32_3(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.U32_4(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.U64(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.U64_2(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.U64_3(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.U64_4(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.U8(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.U8_2(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.U8_3(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.U8_4(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.YUV(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.Builder' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.Builder..ctor(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.Builder.Add(Android.Renderscripts.Element, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.Builder.Create()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.DataKind' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.DataType' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker..ctor(System.Byte[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddBoolean(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddF32(Android.Renderscripts.Float2)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddF64(Android.Renderscripts.Double2)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddI16(Android.Renderscripts.Short2)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddI32(Android.Renderscripts.Int2)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddI64(Android.Renderscripts.Long2)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddI8(Android.Renderscripts.Byte2)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddMatrix(Android.Renderscripts.Matrix2f)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddObj(Android.Renderscripts.BaseObj)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddU16(Android.Renderscripts.Int2)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddU32(Android.Renderscripts.Long2)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddU64(Android.Renderscripts.Long2)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddU8(Android.Renderscripts.Short2)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.Align(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.GetData()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.Reset()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.Skip(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.Subalign(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubBoolean()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubByte2()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubByte3()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubByte4()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubDouble2()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubDouble3()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubDouble4()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubF32()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubF64()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubFloat2()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubFloat3()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubFloat4()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubI16()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubI32()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubI64()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubI8()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubInt2()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubInt3()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubInt4()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubLong2()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubLong3()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubLong4()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubMatrix2f()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubMatrix3f()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubMatrix4f()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubShort2()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubShort3()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.SubShort4()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Float2' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Float2..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Float3' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Float3..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Float4' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Float4..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Int2' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Int2..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Int3' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Int3..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Int4' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Int4..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Long2' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Long2..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Long3' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Long3..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Long4' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Long4..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix2f' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix2f..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix2f.Get(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix2f.GetArray()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix2f.Load(Android.Renderscripts.Matrix2f)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix2f.LoadIdentity()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix2f.LoadMultiply(Android.Renderscripts.Matrix2f, Android.Renderscripts.Matrix2f)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix2f.LoadRotate(System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix2f.LoadScale(System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix2f.Multiply(Android.Renderscripts.Matrix2f)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix2f.Rotate(System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix2f.Scale(System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix2f.Set(System.Int32, System.Int32, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix2f.Transpose()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix3f' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix3f..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix3f.Get(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix3f.GetArray()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix3f.Load(Android.Renderscripts.Matrix3f)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix3f.LoadIdentity()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix3f.LoadMultiply(Android.Renderscripts.Matrix3f, Android.Renderscripts.Matrix3f)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix3f.LoadRotate(System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix3f.LoadScale(System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix3f.LoadTranslate(System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix3f.Multiply(Android.Renderscripts.Matrix3f)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix3f.Rotate(System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix3f.Scale(System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix3f.Set(System.Int32, System.Int32, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix3f.Translate(System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix3f.Transpose()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix4f' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix4f..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix4f.Get(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix4f.GetArray()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix4f.Inverse()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix4f.InverseTranspose()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix4f.Load(Android.Renderscripts.Matrix4f)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix4f.LoadFrustum(System.Single, System.Single, System.Single, System.Single, System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix4f.LoadIdentity()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix4f.LoadMultiply(Android.Renderscripts.Matrix4f, Android.Renderscripts.Matrix4f)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix4f.LoadOrtho(System.Single, System.Single, System.Single, System.Single, System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix4f.LoadOrthoWindow(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix4f.LoadPerspective(System.Single, System.Single, System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix4f.LoadProjectionNormalized(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix4f.LoadRotate(System.Single, System.Single, System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix4f.LoadScale(System.Single, System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix4f.LoadTranslate(System.Single, System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix4f.Multiply(Android.Renderscripts.Matrix4f)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix4f.Rotate(System.Single, System.Single, System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix4f.Scale(System.Single, System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix4f.Set(System.Int32, System.Int32, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix4f.Translate(System.Single, System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix4f.Transpose()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RenderScript' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RenderScript.ContextDump()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RenderScript.Create(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RenderScript.CreateMultiContext(Android.Content.Context, Android.Renderscripts.RenderScript.ContextType, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RenderScript.Destroy()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RenderScript.Finish()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RenderScript.ReleaseAllContexts()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RenderScript.SendMessage(System.Int32, System.Int32[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RenderScript.SetPriority(Android.Renderscripts.RenderScript.Priority)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RenderScript.ContextType' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RenderScript.Priority' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RenderScript.RSErrorHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RenderScript.RSErrorHandler..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RenderScript.RSErrorHandler.Run()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RenderScript.RSMessageHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RenderScript.RSMessageHandler..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RenderScript.RSMessageHandler.Run()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RSDriverException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RSDriverException..ctor(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RSIllegalArgumentException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RSIllegalArgumentException..ctor(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RSInvalidStateException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RSInvalidStateException..ctor(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RSRuntimeException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RSRuntimeException..ctor(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Sampler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Sampler.CLAMP_LINEAR(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Sampler.CLAMP_LINEAR_MIP_LINEAR(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Sampler.CLAMP_NEAREST(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Sampler.MIRRORED_REPEAT_LINEAR(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Sampler.MIRRORED_REPEAT_LINEAR_MIP_LINEAR(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Sampler.MIRRORED_REPEAT_NEAREST(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Sampler.WRAP_LINEAR(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Sampler.WRAP_LINEAR_MIP_LINEAR(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Sampler.WRAP_NEAREST(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Sampler.Builder' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Sampler.Builder..ctor(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Sampler.Builder.Create()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Sampler.Builder.SetAnisotropy(System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Sampler.Builder.SetMagnification(Android.Renderscripts.Sampler.Value)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Sampler.Builder.SetMinification(Android.Renderscripts.Sampler.Value)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Sampler.Builder.SetWrapS(Android.Renderscripts.Sampler.Value)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Sampler.Builder.SetWrapT(Android.Renderscripts.Sampler.Value)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Sampler.Value' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.BindAllocation(Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.CreateFieldID(System.Int32, Android.Renderscripts.Element)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.CreateInvokeID(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.CreateKernelID(System.Int32, System.Int32, Android.Renderscripts.Element, Android.Renderscripts.Element)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.ForEach(System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.FieldPacker)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.GetVarB(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.GetVarD(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.GetVarF(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.GetVarI(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.GetVarJ(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.GetVarV(System.Int32, Android.Renderscripts.FieldPacker)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.Invoke(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.Reduce(System.Int32, Android.Renderscripts.Allocation[], Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.SetTimeZone(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.SetVar(System.Int32, Android.Renderscripts.BaseObj)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.Builder' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.FieldBase' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.FieldBase..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.FieldBase.Init(Android.Renderscripts.RenderScript, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.FieldBase.UpdateAllocation()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.FieldID' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.InvokeID' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.KernelID' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.LaunchOptions' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.LaunchOptions..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.LaunchOptions.SetX(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.LaunchOptions.SetY(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.LaunchOptions.SetZ(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptC' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptC..ctor(Android.Renderscripts.RenderScript, Android.Content.Res.Resources, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptGroup' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptGroup.Execute()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptGroup.SetInput(Android.Renderscripts.Script.KernelID, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptGroup.SetOutput(Android.Renderscripts.Script.KernelID, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptGroup.Binding' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptGroup.Binding..ctor(Android.Renderscripts.Script.FieldID, Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptGroup.Builder' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptGroup.Builder..ctor(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptGroup.Builder.AddConnection(Android.Renderscripts.Type, Android.Renderscripts.Script.KernelID, Android.Renderscripts.Script.FieldID)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptGroup.Builder.AddKernel(Android.Renderscripts.Script.KernelID)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptGroup.Builder.Create()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptGroup.Builder2' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptGroup.Builder2..ctor(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptGroup.Builder2.AddInput()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptGroup.Builder2.AddInvoke(Android.Renderscripts.Script.InvokeID, Java.Lang.Object[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptGroup.Builder2.AddKernel(Android.Renderscripts.Script.KernelID, Android.Renderscripts.Type, Java.Lang.Object[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptGroup.Builder2.Create(System.String, Android.Renderscripts.ScriptGroup.Future[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptGroup.Closure' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptGroup.Closure.GetGlobal(Android.Renderscripts.Script.FieldID)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptGroup.Future' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptGroup.Input' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsic' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsic3DLUT' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsic3DLUT.Create(Android.Renderscripts.RenderScript, Android.Renderscripts.Element)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsic3DLUT.ForEach(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsic3DLUT.SetLUT(Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.BNNM(Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CGBMV(System.Int32, System.Int32, System.Int32, Android.Renderscripts.Float2, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Float2, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CGEMM(System.Int32, System.Int32, Android.Renderscripts.Float2, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Float2, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CGEMV(System.Int32, Android.Renderscripts.Float2, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Float2, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CGERC(Android.Renderscripts.Float2, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CGERU(Android.Renderscripts.Float2, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CHBMV(System.Int32, System.Int32, Android.Renderscripts.Float2, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Float2, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CHEMM(System.Int32, System.Int32, Android.Renderscripts.Float2, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Float2, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CHEMV(System.Int32, Android.Renderscripts.Float2, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Float2, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CHER(System.Int32, System.Single, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CHER2(System.Int32, Android.Renderscripts.Float2, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CHER2K(System.Int32, System.Int32, Android.Renderscripts.Float2, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Single, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CHERK(System.Int32, System.Int32, System.Single, Android.Renderscripts.Allocation, System.Single, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CHPMV(System.Int32, Android.Renderscripts.Float2, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Float2, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CHPR(System.Int32, System.Single, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CHPR2(System.Int32, Android.Renderscripts.Float2, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.Create(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CSYMM(System.Int32, System.Int32, Android.Renderscripts.Float2, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Float2, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CSYR2K(System.Int32, System.Int32, Android.Renderscripts.Float2, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Float2, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CSYRK(System.Int32, System.Int32, Android.Renderscripts.Float2, Android.Renderscripts.Allocation, Android.Renderscripts.Float2, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CTBMV(System.Int32, System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CTBSV(System.Int32, System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CTPMV(System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CTPSV(System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CTRMM(System.Int32, System.Int32, System.Int32, System.Int32, Android.Renderscripts.Float2, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CTRMV(System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CTRSM(System.Int32, System.Int32, System.Int32, System.Int32, Android.Renderscripts.Float2, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.CTRSV(System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.DGBMV(System.Int32, System.Int32, System.Int32, System.Double, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32, System.Double, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.DGEMM(System.Int32, System.Int32, System.Double, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Double, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.DGEMV(System.Int32, System.Double, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32, System.Double, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.DGER(System.Double, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.DSBMV(System.Int32, System.Int32, System.Double, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32, System.Double, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.DSPMV(System.Int32, System.Double, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32, System.Double, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.DSPR(System.Int32, System.Double, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.DSPR2(System.Int32, System.Double, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.DSYMM(System.Int32, System.Int32, System.Double, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Double, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.DSYMV(System.Int32, System.Double, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32, System.Double, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.DSYR(System.Int32, System.Double, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.DSYR2(System.Int32, System.Double, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.DSYR2K(System.Int32, System.Int32, System.Double, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Double, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.DSYRK(System.Int32, System.Int32, System.Double, Android.Renderscripts.Allocation, System.Double, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.DTBMV(System.Int32, System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.DTBSV(System.Int32, System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.DTPMV(System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.DTPSV(System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.DTRMM(System.Int32, System.Int32, System.Int32, System.Int32, System.Double, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.DTRMV(System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.DTRSM(System.Int32, System.Int32, System.Int32, System.Int32, System.Double, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.DTRSV(System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.SGBMV(System.Int32, System.Int32, System.Int32, System.Single, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32, System.Single, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.SGEMM(System.Int32, System.Int32, System.Single, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Single, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.SGEMV(System.Int32, System.Single, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32, System.Single, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.SGER(System.Single, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.SSBMV(System.Int32, System.Int32, System.Single, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32, System.Single, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.SSPMV(System.Int32, System.Single, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32, System.Single, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.SSPR(System.Int32, System.Single, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.SSPR2(System.Int32, System.Single, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.SSYMM(System.Int32, System.Int32, System.Single, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Single, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.SSYMV(System.Int32, System.Single, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32, System.Single, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.SSYR(System.Int32, System.Single, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.SSYR2(System.Int32, System.Single, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.SSYR2K(System.Int32, System.Int32, System.Single, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Single, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.SSYRK(System.Int32, System.Int32, System.Single, Android.Renderscripts.Allocation, System.Single, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.STBMV(System.Int32, System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.STBSV(System.Int32, System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.STPMV(System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.STPSV(System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.STRMM(System.Int32, System.Int32, System.Int32, System.Int32, System.Single, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.STRMV(System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.STRSM(System.Int32, System.Int32, System.Int32, System.Int32, System.Single, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.STRSV(System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZGBMV(System.Int32, System.Int32, System.Int32, Android.Renderscripts.Double2, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Double2, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZGEMM(System.Int32, System.Int32, Android.Renderscripts.Double2, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Double2, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZGEMV(System.Int32, Android.Renderscripts.Double2, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Double2, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZGERC(Android.Renderscripts.Double2, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZGERU(Android.Renderscripts.Double2, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZHBMV(System.Int32, System.Int32, Android.Renderscripts.Double2, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Double2, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZHEMM(System.Int32, System.Int32, Android.Renderscripts.Double2, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Double2, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZHEMV(System.Int32, Android.Renderscripts.Double2, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Double2, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZHER(System.Int32, System.Double, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZHER2(System.Int32, Android.Renderscripts.Double2, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZHER2K(System.Int32, System.Int32, Android.Renderscripts.Double2, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Double, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZHERK(System.Int32, System.Int32, System.Double, Android.Renderscripts.Allocation, System.Double, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZHPMV(System.Int32, Android.Renderscripts.Double2, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Double2, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZHPR(System.Int32, System.Double, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZHPR2(System.Int32, Android.Renderscripts.Double2, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation, System.Int32, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZSYMM(System.Int32, System.Int32, Android.Renderscripts.Double2, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Double2, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZSYR2K(System.Int32, System.Int32, Android.Renderscripts.Double2, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Double2, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZSYRK(System.Int32, System.Int32, Android.Renderscripts.Double2, Android.Renderscripts.Allocation, Android.Renderscripts.Double2, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZTBMV(System.Int32, System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZTBSV(System.Int32, System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZTPMV(System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZTPSV(System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZTRMM(System.Int32, System.Int32, System.Int32, System.Int32, Android.Renderscripts.Double2, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZTRMV(System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZTRSM(System.Int32, System.Int32, System.Int32, System.Int32, Android.Renderscripts.Double2, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBLAS.ZTRSV(System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.Create(Android.Renderscripts.RenderScript, Android.Renderscripts.Element)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachAdd(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachClear(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachDst(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachDstAtop(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachDstIn(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachDstOut(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachDstOver(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachMultiply(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachSrc(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachSrcAtop(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachSrcIn(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachSrcOut(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachSrcOver(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachSubtract(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachXor(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlur' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlur.Create(Android.Renderscripts.RenderScript, Android.Renderscripts.Element)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlur.ForEach(Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlur.SetInput(Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlur.SetRadius(System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicColorMatrix' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicColorMatrix.Create(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicColorMatrix.ForEach(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicColorMatrix.SetAdd(Android.Renderscripts.Float4)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicColorMatrix.SetColorMatrix(Android.Renderscripts.Matrix3f)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicColorMatrix.SetGreyscale()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicColorMatrix.SetRGBtoYUV()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicColorMatrix.SetYUVtoRGB()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicConvolve3x3' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicConvolve3x3.Create(Android.Renderscripts.RenderScript, Android.Renderscripts.Element)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicConvolve3x3.ForEach(Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicConvolve3x3.SetCoefficients(System.Single[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicConvolve3x3.SetInput(Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicConvolve5x5' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicConvolve5x5.Create(Android.Renderscripts.RenderScript, Android.Renderscripts.Element)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicConvolve5x5.ForEach(Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicConvolve5x5.SetCoefficients(System.Single[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicConvolve5x5.SetInput(Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicHistogram' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicHistogram.Create(Android.Renderscripts.RenderScript, Android.Renderscripts.Element)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicHistogram.ForEach(Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicHistogram.ForEach_Dot(Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicHistogram.SetDotCoefficients(System.Single, System.Single, System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicHistogram.SetOutput(Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicLUT' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicLUT.Create(Android.Renderscripts.RenderScript, Android.Renderscripts.Element)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicLUT.ForEach(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicLUT.SetAlpha(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicLUT.SetBlue(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicLUT.SetGreen(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicLUT.SetRed(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicResize' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicResize.Create(Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicResize.ForEach_bicubic(Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicResize.SetInput(Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicYuvToRGB' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicYuvToRGB.Create(Android.Renderscripts.RenderScript, Android.Renderscripts.Element)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicYuvToRGB.ForEach(Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicYuvToRGB.SetInput(Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Short2' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Short2..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Short3' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Short3..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Short4' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Short4..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Type' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Type.CreateX(Android.Renderscripts.RenderScript, Android.Renderscripts.Element, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Type.CreateXY(Android.Renderscripts.RenderScript, Android.Renderscripts.Element, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Type.CreateXYZ(Android.Renderscripts.RenderScript, Android.Renderscripts.Element, System.Int32, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Type.GetX()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Type.GetY()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Type.GetZ()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Type.Builder' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Type.Builder..ctor(Android.Renderscripts.RenderScript, Android.Renderscripts.Element)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Type.Builder.Create()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Type.Builder.SetFaces(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Type.Builder.SetMipmaps(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Type.Builder.SetX(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Type.Builder.SetY(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Type.Builder.SetYuvFormat(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Type.Builder.SetZ(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Type.CubemapFace' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Security.KeyChain.IsBoundKeyAlgorithm(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Security.KeyPairGeneratorSpec' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Security.KeyPairGeneratorSpec.Builder' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Security.KeyPairGeneratorSpec.Builder..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Security.KeyPairGeneratorSpec.Builder.Build()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Security.KeyPairGeneratorSpec.Builder.SetAlgorithmParameterSpec(Java.Security.Spec.IAlgorithmParameterSpec)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Security.KeyPairGeneratorSpec.Builder.SetAlias(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Security.KeyPairGeneratorSpec.Builder.SetEncryptionRequired()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Security.KeyPairGeneratorSpec.Builder.SetEndDate(Java.Util.Date)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Security.KeyPairGeneratorSpec.Builder.SetKeySize(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Security.KeyPairGeneratorSpec.Builder.SetKeyType(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Security.KeyPairGeneratorSpec.Builder.SetSerialNumber(Java.Math.BigInteger)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Security.KeyPairGeneratorSpec.Builder.SetStartDate(Java.Util.Date)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Security.KeyPairGeneratorSpec.Builder.SetSubject(Javax.Security.Auth.X500.X500Principal)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Security.KeyStoreParameter' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Security.KeyStoreParameter.Builder' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Security.KeyStoreParameter.Builder..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Security.KeyStoreParameter.Builder.Build()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Security.KeyStoreParameter.Builder.SetEncryptionRequired(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Security.Identity.IdentityCredential.SetAllowUsingExpiredKeys(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Security.Identity.ResultData' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Security.Keystore.KeyGenParameterSpec.Builder.SetUserAuthenticationValidityDurationSeconds(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Security.Keystore.KeyProtection.Builder.SetUserAuthenticationValidityDurationSeconds(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Autofill.Dataset.Builder.SetInlinePresentation(Android.Service.Autofill.InlinePresentation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Autofill.Dataset.Builder.SetValue(Android.Views.Autofill.AutofillId, Android.Views.Autofill.AutofillValue)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Autofill.FillResponse.Builder.SetAuthentication(Android.Views.Autofill.AutofillId[], Android.Content.IntentSender, Android.Widget.RemoteViews)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Autofill.ImageTransformation.Builder..ctor(Android.Views.Autofill.AutofillId, Java.Util.Regex.Pattern, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Autofill.ImageTransformation.Builder.AddOption(Java.Util.Regex.Pattern, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Carrier.CarrierMessagingService.OnFilterSms(Android.Service.Carrier.MessagePdu, System.String, System.Int32, System.Int32, Android.Service.Carrier.CarrierMessagingService.IResultCallback)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Carrier.CarrierMessagingService.OnSendDataSms(System.Byte[], System.Int32, System.String, System.Int32, Android.Service.Carrier.CarrierMessagingService.IResultCallback)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Carrier.CarrierMessagingService.OnSendMultipartTextSms(System.Collections.Generic.IList, System.Int32, System.String, Android.Service.Carrier.CarrierMessagingService.IResultCallback)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Carrier.CarrierMessagingService.OnSendTextSms(System.String, System.Int32, System.String, Android.Service.Carrier.CarrierMessagingService.IResultCallback)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Carrier.CarrierService.NotifyCarrierNetworkChange(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Chooser.ChooserTarget' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Chooser.ChooserTarget..ctor(Java.Lang.ICharSequence, Android.Graphics.Drawables.Icon, System.Single, Android.Content.ComponentName, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Chooser.ChooserTarget.DescribeContents()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Chooser.ChooserTarget.WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Chooser.ChooserTargetService' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Chooser.ChooserTargetService..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Chooser.ChooserTargetService.OnBind(Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.ConditionProviderService' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.ConditionProviderService..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.ConditionProviderService.NotifyCondition(Android.Service.Notification.Condition)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.ConditionProviderService.NotifyConditions(Android.Service.Notification.Condition[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.ConditionProviderService.OnBind(Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.ConditionProviderService.OnRequestConditions(Android.Service.Notification.ConditionFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.ConditionProviderService.RequestRebind(Android.Content.ComponentName)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.ConditionProviderService.RequestUnbind()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Voice.VoiceInteractionSession.OnHandleAssist(Android.OS.Bundle, Android.App.Assist.AssistStructure, Android.App.Assist.AssistContent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Voice.VoiceInteractionSession.OnHandleAssistSecondary(Android.OS.Bundle, Android.App.Assist.AssistStructure, Android.App.Assist.AssistContent, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Systems.Os.Setegid(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Systems.Os.Seteuid(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Systems.Os.Setgid(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Systems.Os.Setuid(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telecom.Conference.SetConnectionStartElapsedRealTime(System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telecom.TelecomManager.AcceptRingingCall()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telecom.TelecomManager.EndCall()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telecom.TelecomManager.GetLine1Number(Android.Telecom.PhoneAccountHandle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.CellLocation' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.CellLocation..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.CellLocation.RequestLocationUpdate()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.NeighboringCellInfo' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.NeighboringCellInfo.DescribeContents()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.NeighboringCellInfo.WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneNumberUtils.CalledPartyBCDFragmentToString(System.Byte[], System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneNumberUtils.CalledPartyBCDToString(System.Byte[], System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneNumberUtils.Compare(Android.Content.Context, System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneNumberUtils.IsEmergencyNumber(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneNumberUtils.IsLocalEmergencyNumber(Android.Content.Context, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneNumberUtils.NumberToCalledPartyBCD(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneStateListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneStateListener..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneStateListener.OnActiveDataSubscriptionIdChanged(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneStateListener.OnBarringInfoChanged(Android.Telephony.BarringInfo)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneStateListener.OnCallDisconnectCauseChanged(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneStateListener.OnCallForwardingIndicatorChanged(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneStateListener.OnCallStateChanged(Android.Telephony.CallState, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneStateListener.OnCellInfoChanged(System.Collections.Generic.IList)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneStateListener.OnCellLocationChanged(Android.Telephony.CellLocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneStateListener.OnDataActivity(Android.Telephony.DataActivity)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneStateListener.OnDataConnectionStateChanged(Android.Telephony.DataConnectionStatus)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneStateListener.OnDisplayInfoChanged(Android.Telephony.TelephonyDisplayInfo)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneStateListener.OnEmergencyNumberListChanged(System.Collections.Generic.IDictionary>)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneStateListener.OnImsCallDisconnectCauseChanged(Android.Telephony.Ims.ImsReasonInfo)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneStateListener.OnMessageWaitingIndicatorChanged(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneStateListener.OnPreciseDataConnectionStateChanged(Android.Telephony.PreciseDataConnectionState)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneStateListener.OnRegistrationFailed(Android.Telephony.CellIdentity, System.String, System.Int32, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneStateListener.OnServiceStateChanged(Android.Telephony.ServiceState)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneStateListener.OnSignalStrengthsChanged(Android.Telephony.SignalStrength)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneStateListener.OnUserMobileDataStateChanged(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.SmsManager.GetSmsManagerForSubscriptionId(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.SmsMessage.CreateFromPdu(System.Byte[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.SubscriptionManager.AddOnSubscriptionsChangedListener(Android.Telephony.SubscriptionManager.OnSubscriptionsChangedListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.SubscriptionManager.From(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.SubscriptionManager.SetSubscriptionPlans(System.Int32, System.Collections.Generic.IList)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.TelephonyManager.IccOpenLogicalChannel(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.TelephonyManager.Listen(Android.Telephony.PhoneStateListener, Android.Telephony.PhoneStateListenerFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.TelephonyManager.SetLine1NumberForDisplay(System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.TelephonyManager.SetVoicemailRingtoneUri(Android.Telecom.PhoneAccountHandle, Android.Net.Uri)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.TelephonyManager.SetVoicemailVibrationEnabled(Android.Telecom.PhoneAccountHandle, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Cdma.CdmaCellLocation' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Cdma.CdmaCellLocation..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Cdma.CdmaCellLocation.ConvertQuartSecToDecDegrees(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Cdma.CdmaCellLocation.FillInNotifierBundle(Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Cdma.CdmaCellLocation.SetCellLocationData(System.Int32, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Cdma.CdmaCellLocation.SetStateInvalid()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.ApnSetting.Builder.SetMmsProxyAddress(Java.Net.InetAddress)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.ApnSetting.Builder.SetProxyAddress(Java.Net.InetAddress)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Gsm.GsmCellLocation' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Gsm.GsmCellLocation..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Gsm.GsmCellLocation.FillInNotifierBundle(Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Gsm.GsmCellLocation.SetLacAndCid(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Gsm.GsmCellLocation.SetStateInvalid()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Ims.RegistrationManagerRegistrationCallback.OnRegistered(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Ims.RegistrationManagerRegistrationCallback.OnRegistering(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Test.IFlakyTest' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Test.InstrumentationTestRunner' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Test.IPerformanceTestCase' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Test.IsolatedContext' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Test.IUiThreadTest' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Test.MoreAsserts' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Test.RenamingDelegatingContext' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Test.TouchUtils' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Test.ViewAsserts' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Test.Mock.MockApplication' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Test.Mock.MockCursor' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Test.Mock.MockCursor.Deactivate()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Test.Mock.MockCursor.Requery()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Test.Mock.MockDialogInterface' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Test.Mock.MockPackageManager' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Test.Mock.MockResources' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Test.Suitebuilder.TestMethod' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Test.Suitebuilder.TestSuiteBuilder' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Test.Suitebuilder.Annotation.ILargeTest' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Test.Suitebuilder.Annotation.IMediumTest' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Test.Suitebuilder.Annotation.ISmallTest' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Test.Suitebuilder.Annotation.ISmoke' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Test.Suitebuilder.Annotation.ISuppress' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.AlteredCharSequence' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.AlteredCharSequence.CharAt(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.AlteredCharSequence.GetChars(System.Int32, System.Int32, System.Char[], System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.AlteredCharSequence.Length()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.AlteredCharSequence.Make(Java.Lang.ICharSequence, System.Char[], System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.AlteredCharSequence.Make(System.String, System.Char[], System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.AlteredCharSequence.SubSequence(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.AlteredCharSequence.SubSequenceFormatted(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.AndroidCharacter' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.AndroidCharacter..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.AndroidCharacter.GetDirectionalities(System.Char[], System.Byte[], System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.AndroidCharacter.GetEastAsianWidth(System.Char)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.AndroidCharacter.GetEastAsianWidths(System.Char[], System.Int32, System.Int32, System.Byte[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.AndroidCharacter.GetMirror(System.Char)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.AndroidCharacter.Mirror(System.Char[], System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.DynamicLayout..ctor(Java.Lang.ICharSequence, Android.Text.TextPaint, System.Int32, Android.Text.Layout.Alignment, System.Single, System.Single, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Html.FromHtml(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Html.ToHtml(Android.Text.ISpanned)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.LoginFilter' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.LoginFilter.Filter(System.String, System.Int32, System.Int32, Android.Text.ISpanned, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.LoginFilter.FilterFormatted(Java.Lang.ICharSequence, System.Int32, System.Int32, Android.Text.ISpanned, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.LoginFilter.OnInvalidCharacter(System.Char)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.LoginFilter.OnStart()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.LoginFilter.OnStop()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.LoginFilter.PasswordFilterGMail' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.LoginFilter.PasswordFilterGMail..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.LoginFilter.PasswordFilterGMail.IsAllowed(System.Char)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.LoginFilter.UsernameFilterGeneric' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.LoginFilter.UsernameFilterGeneric..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.LoginFilter.UsernameFilterGeneric.IsAllowed(System.Char)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.LoginFilter.UsernameFilterGMail' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.LoginFilter.UsernameFilterGMail..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.LoginFilter.UsernameFilterGMail.IsAllowed(System.Char)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.StaticLayout..ctor(Java.Lang.ICharSequence, Android.Text.TextPaint, System.Int32, Android.Text.Layout.Alignment, System.Single, System.Single, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.TextUtils.CommaEllipsize(System.String, Android.Text.TextPaint, System.Single, System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.TextUtils.CommaEllipsizeFormatted(Java.Lang.ICharSequence, Android.Text.TextPaint, System.Single, System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.TextUtils.GetReverse(System.String, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.TextUtils.GetReverseFormatted(Java.Lang.ICharSequence, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.TextUtils.IsGraphic(System.Char)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time.After(Android.Text.Format.Time)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time.Before(Android.Text.Format.Time)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time.Clear(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time.Compare(Android.Text.Format.Time, Android.Text.Format.Time)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time.Format(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time.Format2445()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time.Format3339(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time.GetActualMaximum(Android.Text.Format.TimeFormatValues)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time.GetJulianDay(System.Int64, System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time.GetJulianMondayFromWeeksSinceEpoch(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time.GetWeeksSinceEpochFromJulianDay(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time.IsEpoch(Android.Text.Format.Time)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time.Normalize(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time.Parse(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time.Parse3339(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time.Set(Android.Text.Format.Time)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time.SetJulianDay(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time.SetToNow()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time.SwitchTimezone(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time.ToMillis(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Method.DateKeyListener..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Method.DateTimeKeyListener..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Method.DigitsKeyListener..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Method.TimeKeyListener..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Transitions.TransitionValues..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.EventLogTags.Description' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.FloatMath' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.MutableBoolean' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.MutableBoolean..ctor(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.MutableByte' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.MutableByte..ctor(System.SByte)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.MutableChar' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.MutableChar..ctor(System.Char)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.MutableDouble' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.MutableDouble..ctor(System.Double)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.MutableFloat' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.MutableFloat..ctor(System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.MutableInt' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.MutableInt..ctor(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.MutableLong' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.MutableLong..ctor(System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.MutableShort' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.MutableShort..ctor(System.Int16)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.TimingLogger' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.TimingLogger..ctor(System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.TimingLogger.AddSplit(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.TimingLogger.DumpToLog()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.TimingLogger.Reset()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Display.GetMetrics(Android.Util.DisplayMetrics)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Display.GetRealMetrics(Android.Util.DisplayMetrics)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Display.GetRealSize(Android.Graphics.Point)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Display.GetRectSize(Android.Graphics.Rect)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Display.GetSize(Android.Graphics.Point)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Display.GetSupportedRefreshRates()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.DisplayCutout..ctor(Android.Graphics.Rect, System.Collections.Generic.IList)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.IViewParent.InvalidateChild(Android.Views.View, Android.Graphics.Rect)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.IViewParent.InvalidateChildInParent(System.Int32[], Android.Graphics.Rect)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.SurfaceControl.Transaction.SetGeometry(Android.Views.SurfaceControl, Android.Graphics.Rect, Android.Graphics.Rect, Android.Views.SurfaceOrientation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.View.BuildDrawingCache()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.View.DestroyDrawingCache()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.View.DispatchSystemUiVisibilityChanged(Android.Views.SystemUiFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.View.DispatchWindowSystemUiVisiblityChanged(Android.Views.SystemUiFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.View.OnWindowSystemUiVisibilityChanged(Android.Views.SystemUiFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.View.SetOnSystemUiVisibilityChangeListener(Android.Views.View.IOnSystemUiVisibilityChangeListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.View.SetWillNotCacheDrawing(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.View.StartDrag(Android.Content.ClipData, Android.Views.View.DragShadowBuilder, Java.Lang.Object, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.View.WillNotCacheDrawing()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.View.IOnSystemUiVisibilityChangeListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.View.IOnSystemUiVisibilityChangeListener.OnSystemUiVisibilityChange(Android.Views.StatusBarVisibility)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ViewGroup.InvalidateChild(Android.Views.View, Android.Graphics.Rect)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ViewGroup.InvalidateChildInParent(System.Int32[], Android.Graphics.Rect)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ViewGroup.SetChildrenDrawingCacheEnabled(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowInsets.ConsumeDisplayCutout()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowInsets.ConsumeStableInsets()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowInsets.ConsumeSystemWindowInsets()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowInsets.ReplaceSystemWindowInsets(Android.Graphics.Rect)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowInsets.Builder.SetMandatorySystemGestureInsets(Android.Graphics.Insets)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowInsets.Builder.SetStableInsets(Android.Graphics.Insets)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowInsets.Builder.SetSystemGestureInsets(Android.Graphics.Insets)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowInsets.Builder.SetSystemWindowInsets(Android.Graphics.Insets)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowInsets.Builder.SetTappableElementInsets(Android.Graphics.Insets)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.AccessibilityEvent.Obtain()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.AccessibilityNodeInfo.GetBoundsInParent(Android.Graphics.Rect)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.AccessibilityNodeInfo.Obtain()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.AccessibilityNodeInfo.Recycle()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.AccessibilityNodeInfo.SetBoundsInParent(Android.Graphics.Rect)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.AccessibilityNodeInfo.CollectionInfo.Obtain(System.Int32, System.Int32, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.AccessibilityNodeInfo.CollectionItemInfo.Obtain(System.Int32, System.Int32, System.Int32, System.Int32, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.AccessibilityNodeInfo.RangeInfo.Obtain(Android.Views.Accessibility.RangeType, System.Single, System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.AccessibilityRecord.Obtain()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.AccessibilityRecord.Recycle()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.IInputMethodSession.ToggleSoftInput(Android.Views.InputMethods.ShowFlags, Android.Views.InputMethods.HideSoftInputFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.InputMethodManager.HideSoftInputFromInputMethod(Android.OS.IBinder, Android.Views.InputMethods.HideSoftInputFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.InputMethodManager.HideStatusIcon(Android.OS.IBinder)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.InputMethodManager.SetAdditionalInputMethodSubtypes(System.String, Android.Views.InputMethods.InputMethodSubtype[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.InputMethodManager.SetCurrentInputMethodSubtype(Android.Views.InputMethods.InputMethodSubtype)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.InputMethodManager.SetInputMethod(Android.OS.IBinder, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.InputMethodManager.SetInputMethodAndSubtype(Android.OS.IBinder, System.String, Android.Views.InputMethods.InputMethodSubtype)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.InputMethodManager.ShouldOfferSwitchingToNextInputMethod(Android.OS.IBinder)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.InputMethodManager.ShowSoftInputFromInputMethod(Android.OS.IBinder, Android.Views.InputMethods.ShowFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.InputMethodManager.ShowStatusIcon(Android.OS.IBinder, System.String, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.InputMethodManager.SwitchToLastInputMethod(Android.OS.IBinder)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.InputMethodManager.SwitchToNextInputMethod(Android.OS.IBinder, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.InputMethodManager.ToggleSoftInput(Android.Views.InputMethods.ShowFlags, Android.Views.InputMethods.HideSoftInputFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.InputMethodManager.ToggleSoftInputFromWindow(Android.OS.IBinder, Android.Views.InputMethods.ShowSoftInputFlags, Android.Views.InputMethods.HideSoftInputFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.InputMethodManager.ViewClicked(Android.Views.View)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassification.Builder.SetIcon(Android.Graphics.Drawables.Drawable)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassification.Builder.SetIntent(Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassification.Builder.SetLabel(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassification.Builder.SetOnClickListener(Android.Views.View.IOnClickListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEntityConfig.Create(System.Collections.Generic.ICollection, System.Collections.Generic.ICollection, System.Collections.Generic.ICollection)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEntityConfig.CreateWithExplicitEntityList(System.Collections.Generic.ICollection)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEntityConfig.CreateWithHints(System.Collections.Generic.ICollection)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextService.SpellCheckerSubtype..ctor(System.Int32, System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.CookieManager..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.CookieManager.SetAcceptFileSchemeCookies(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.RenderProcessGoneDetail..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.SafeBrowsingResponse..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.ServiceWorkerController..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.TracingController..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.WebView.FindAddress(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.WebView.GetHttpAuthUsernamePassword(System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.WebView.OverlayHorizontalScrollbar()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.WebView.OverlayVerticalScrollbar()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.WebView.SetHorizontalScrollbarOverlay(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.WebView.SetHttpAuthUsernamePassword(System.String, System.String, System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.WebView.SetVerticalScrollbarOverlay(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.WebViewClient.OnReceivedError(Android.Webkit.WebView, Android.Webkit.ClientError, System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.WebViewClient.ShouldOverrideUrlLoading(Android.Webkit.WebView, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.WebViewDatabase..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.WebViewFragment' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.WebViewFragment..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.AbsoluteLayout.LayoutParams' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.AbsoluteLayout.LayoutParams..ctor(Android.Content.Context, Android.Util.IAttributeSet)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.AbsoluteLayout.LayoutParams.Debug(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.AnalogClock' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.AnalogClock..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.AnalogClock.SetDial(Android.Graphics.Drawables.Icon)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.AnalogClock.SetHourHand(Android.Graphics.Drawables.Icon)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.AnalogClock.SetMinuteHand(Android.Graphics.Drawables.Icon)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.AnalogClock.SetSecondHand(Android.Graphics.Drawables.Icon)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.DialerFilter' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.DialerFilter..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.DialerFilter.Append(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.DialerFilter.ClearText()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.DialerFilter.OnModeChange(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.DialerFilter.RemoveFilterWatcher(Android.Text.ITextWatcher)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.DialerFilter.SetDigitsWatcher(Android.Text.ITextWatcher)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.DialerFilter.SetFilterWatcher(Android.Text.ITextWatcher)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.DialerFilter.SetLettersWatcher(Android.Text.ITextWatcher)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.Gallery.LayoutParams' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.Gallery.LayoutParams..ctor(Android.Content.Context, Android.Util.IAttributeSet)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.Magnifier..ctor(Android.Views.View)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.PopupWindow.SetWindowLayoutMode(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.RemoteViews.Clone()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.RemoteViews.OnLoadClass(Java.Lang.Class)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.RemoteViews.ShowNext(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.RemoteViews.ShowPrevious(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.SlidingDrawer.IOnDrawerCloseListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.SlidingDrawer.IOnDrawerCloseListener.OnDrawerClosed()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.SlidingDrawer.IOnDrawerOpenListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.SlidingDrawer.IOnDrawerOpenListener.OnDrawerOpened()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.SlidingDrawer.IOnDrawerScrollListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.SlidingDrawer.IOnDrawerScrollListener.OnScrollEnded()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.SlidingDrawer.IOnDrawerScrollListener.OnScrollStarted()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost.AddTab(Android.Widget.TabHost.TabSpec)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost.ClearAllTabs()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost.NewTabSpec(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost.OnTouchModeChanged(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost.SetCurrentTabByTag(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost.SetOnTabChangedListener(Android.Widget.TabHost.IOnTabChangeListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost.Setup()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost.IOnTabChangeListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost.IOnTabChangeListener.OnTabChanged(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost.ITabContentFactory' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost.ITabContentFactory.CreateTabContent(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost.TabSpec' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost.TabSpec.SetContent(Android.Content.Intent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost.TabSpec.SetIndicator(Android.Views.View)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabWidget' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabWidget..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabWidget.DispatchDraw(Android.Graphics.Canvas)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabWidget.FocusCurrentTab(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabWidget.GetChildTabViewAt(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabWidget.OnFocusChange(Android.Views.View, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabWidget.SetCurrentTab(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabWidget.SetLeftStripDrawable(Android.Graphics.Drawables.Drawable)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabWidget.SetRightStripDrawable(Android.Graphics.Drawables.Drawable)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TextView.SetTextAppearance(Android.Content.Context, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomButton' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomButton..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomButton.OnLongClick(Android.Views.View)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomButton.SetZoomSpeed(System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomButtonsController' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomButtonsController..ctor(Android.Views.View)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomButtonsController.SetFocusable(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomButtonsController.SetOnZoomListener(Android.Widget.ZoomButtonsController.IOnZoomListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomButtonsController.SetZoomInEnabled(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomButtonsController.SetZoomOutEnabled(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomButtonsController.SetZoomSpeed(System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomButtonsController.IOnZoomListener' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomButtonsController.IOnZoomListener.OnVisibilityChanged(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomButtonsController.IOnZoomListener.OnZoom(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomControls' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomControls..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomControls.Hide()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomControls.SetIsZoomInEnabled(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomControls.SetIsZoomOutEnabled(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomControls.SetOnZoomInClickListener(Android.Views.View.IOnClickListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomControls.SetOnZoomOutClickListener(Android.Views.View.IOnClickListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomControls.SetZoomSpeed(System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomControls.Show()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Dalvik.SystemInterop.DexFile' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Dalvik.SystemInterop.DexFile..ctor(Java.IO.File)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Dalvik.SystemInterop.DexFile.Close()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Dalvik.SystemInterop.DexFile.Entries()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Dalvik.SystemInterop.DexFile.IsDexOptNeeded(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Dalvik.SystemInterop.DexFile.LoadClass(System.String, Java.Lang.ClassLoader)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Dalvik.SystemInterop.DexFile.LoadDex(System.String, System.String, System.Int32)' in the contract but not the implementation. -CannotSealType : Type 'Java.Interop.JavaTypeParametersAttribute' is actually (has the sealed modifier) sealed in the implementation but not sealed in the contract. -MembersMustExist : Member 'public void Java.Interop.JavaTypeParametersAttribute.TypeParameters.set(System.String[])' does not exist in the implementation but it does exist in the contract. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Boolean..ctor(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Byte..ctor(System.SByte)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Double..ctor(System.Double)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Float..ctor(System.Double)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Integer..ctor(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Long..ctor(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.SecurityManager.CheckMemberAccess(Java.Lang.Class, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.SecurityManager.CheckTopLevelWindow(Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Short..ctor(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Invoke.IMethodHandleInfo.RefKindIsField(Java.Lang.Invoke.ReferenceKind)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Invoke.IMethodHandleInfo.RefKindIsValid(Java.Lang.Invoke.ReferenceKind)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Invoke.IMethodHandleInfo.RefKindName(Java.Lang.Invoke.ReferenceKind)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Invoke.MethodHandleInfo.RefKindIsField(Java.Lang.Invoke.ReferenceKind)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Invoke.MethodHandleInfo.RefKindIsValid(Java.Lang.Invoke.ReferenceKind)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Invoke.MethodHandleInfo.RefKindName(Java.Lang.Invoke.ReferenceKind)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.AclNotFoundException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.AclNotFoundException..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IAcl' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IAcl.AddEntry(Java.Security.IPrincipal, Java.Security.Acl.IAclEntry)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IAcl.CheckPermission(Java.Security.IPrincipal, Java.Security.Acl.IPermission)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IAcl.Entries()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IAcl.GetPermissions(Java.Security.IPrincipal)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IAcl.RemoveEntry(Java.Security.IPrincipal, Java.Security.Acl.IAclEntry)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IAcl.SetName(Java.Security.IPrincipal, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IAcl.ToString()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IAclEntry' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IAclEntry.AddPermission(Java.Security.Acl.IPermission)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IAclEntry.CheckPermission(Java.Security.Acl.IPermission)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IAclEntry.Clone()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IAclEntry.Permissions()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IAclEntry.RemovePermission(Java.Security.Acl.IPermission)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IAclEntry.SetNegativePermissions()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IAclEntry.SetPrincipal(Java.Security.IPrincipal)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IAclEntry.ToString()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IGroup' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IGroup.AddMember(Java.Security.IPrincipal)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IGroup.IsMember(Java.Security.IPrincipal)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IGroup.Members()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IGroup.RemoveMember(Java.Security.IPrincipal)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IOwner' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IOwner.AddOwner(Java.Security.IPrincipal, Java.Security.IPrincipal)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IOwner.DeleteOwner(Java.Security.IPrincipal, Java.Security.IPrincipal)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IOwner.IsOwner(Java.Security.IPrincipal)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.IPermission' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.LastOwnerException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.LastOwnerException..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.NotOwnerException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.Acl.NotOwnerException..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.IObserver' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.IObserver.Update(Java.Util.Observable, Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Observable' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Observable..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Observable.AddObserver(Java.Util.IObserver)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Observable.ClearChanged()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Observable.CountObservers()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Observable.DeleteObserver(Java.Util.IObserver)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Observable.DeleteObservers()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Observable.NotifyObservers()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Observable.SetChanged()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Concurrent.Atomic.AtomicBoolean.WeakCompareAndSet(System.Boolean, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Concurrent.Atomic.AtomicInteger.WeakCompareAndSet(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Concurrent.Atomic.AtomicIntegerArray.WeakCompareAndSet(System.Int32, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Concurrent.Atomic.AtomicLong.WeakCompareAndSet(System.Int64, System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Concurrent.Atomic.AtomicLongArray.WeakCompareAndSet(System.Int32, System.Int64, System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Concurrent.Atomic.AtomicReference.WeakCompareAndSet(Java.Lang.Object, Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Concurrent.Atomic.AtomicReferenceArray.WeakCompareAndSet(System.Int32, Java.Lang.Object, Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Jar.Pack200.IPacker.AddPropertyChangeListener(Java.Beans.IPropertyChangeListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Jar.Pack200.IPacker.RemovePropertyChangeListener(Java.Beans.IPropertyChangeListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Jar.Pack200.IUnpacker.AddPropertyChangeListener(Java.Beans.IPropertyChangeListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Jar.Pack200.IUnpacker.RemovePropertyChangeListener(Java.Beans.IPropertyChangeListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Logging.Logger.Logrb(Java.Util.Logging.Level, System.String, System.String, System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Logging.LogManager.AddPropertyChangeListener(Java.Beans.IPropertyChangeListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Logging.LogManager.RemovePropertyChangeListener(Java.Beans.IPropertyChangeListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Javax.Microedition.Khronos.Egl.IEGL10.EglCreatePixmapSurface(Javax.Microedition.Khronos.Egl.EGLDisplay, Javax.Microedition.Khronos.Egl.EGLConfig, Java.Lang.Object, System.Int32[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Commons.Logging.ILog' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.ConnectionClosedException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.HttpException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.HttpHost' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.HttpVersion' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IConnectionReuseStrategy' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IFormattedHeader' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IHeader' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IHeaderElement' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IHeaderElementIterator' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IHeaderIterator' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IHttpClientConnection' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IHttpConnection' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IHttpConnectionMetrics' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IHttpEntity' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IHttpEntityEnclosingRequest' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IHttpInetConnection' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IHttpMessage' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IHttpRequest' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IHttpRequestFactory' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IHttpRequestInterceptor' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IHttpResponse' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IHttpResponseFactory' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IHttpResponseInterceptor' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IHttpServerConnection' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IHttpStatus' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.INameValuePair' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IReasonPhraseCatalog' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IRequestLine' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IStatusLine' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.ITokenIterator' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.MalformedChunkCodingException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.MethodNotSupportedException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.NoHttpResponseException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.ParseException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.ProtocolException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.ProtocolVersion' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.UnsupportedHttpVersionException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Auth.Params.AuthParamBean' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Auth.Params.AuthParams' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Auth.Params.IAuthPNames' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Authentication.AUTH' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Authentication.AuthenticationException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Authentication.AuthSchemeRegistry' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Authentication.AuthScope' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Authentication.AuthState' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Authentication.BasicUserPrincipal' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Authentication.IAuthScheme' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Authentication.IAuthSchemeFactory' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Authentication.ICredentials' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Authentication.InvalidCredentialsException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Authentication.MalformedChallengeException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Authentication.NTCredentials' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Authentication.NTUserPrincipal' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Authentication.UsernamePasswordCredentials' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.CircularRedirectException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.ClientProtocolException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.HttpResponseException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.IAuthenticationHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.ICookieStore' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.ICredentialsProvider' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.IHttpClient' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.IHttpRequestRetryHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.IRedirectHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.IRequestDirector' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.IResponseHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.IUserTokenHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.NonRepeatableRequestException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.RedirectException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Entity.UrlEncodedFormEntity' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Methods.HttpDelete' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Methods.HttpEntityEnclosingRequestBase' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Methods.HttpGet' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Methods.HttpHead' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Methods.HttpOptions' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Methods.HttpPost' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Methods.HttpPut' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Methods.HttpRequestBase' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Methods.HttpTrace' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Methods.IAbortableHttpRequest' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Methods.IHttpUriRequest' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Params.AuthPolicy' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Params.ClientParamBean' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Params.CookiePolicy' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Params.HttpClientParams' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Params.IClientPNames' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Protocol.ClientContextConfigurer' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Protocol.IClientContext' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Protocol.RequestAddCookies' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Protocol.RequestDefaultHeaders' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Protocol.RequestProxyAuthentication' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Protocol.RequestTargetAuthentication' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Protocol.ResponseProcessCookies' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Utils.CloneUtils' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Utils.URIUtils' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Client.Utils.URLEncodedUtils' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.BasicEofSensorWatcher' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.BasicManagedEntity' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.ConnectionPoolTimeoutException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.ConnectTimeoutException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.ConnectTimeoutException..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.EofSensorInputStream' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.HttpHostConnectException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.IClientConnectionManager' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.IClientConnectionManagerFactory' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.IClientConnectionOperator' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.IClientConnectionRequest' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.IConnectionKeepAliveStrategy' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.IConnectionReleaseTrigger' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.IEofSensorWatcher' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.IManagedClientConnection' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.IOperatedClientConnection' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.MultihomePlainSocketFactory' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Params.ConnConnectionParamBean' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Params.ConnManagerParamBean' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Params.ConnManagerParams' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Params.ConnPerRouteBean' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Params.ConnRouteParamBean' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Params.ConnRouteParams' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Params.IConnConnectionPNames' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Params.IConnManagerPNames' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Params.IConnPerRoute' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Params.IConnRoutePNames' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Routing.BasicRouteDirector' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Routing.HttpRoute' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Routing.IHttpRouteDirector' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Routing.IHttpRoutePlanner' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Routing.IRouteInfo' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Routing.RouteTracker' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Schemes.IHostNameResolver' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Schemes.IHostNameResolver.Resolve(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Schemes.ILayeredSocketFactory' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Schemes.ILayeredSocketFactory.CreateSocket(Java.Net.Socket, System.String, System.Int32, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Schemes.ISocketFactory' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Schemes.ISocketFactory.ConnectSocket(Java.Net.Socket, System.String, System.Int32, Java.Net.InetAddress, System.Int32, Org.Apache.Http.Params.IHttpParams)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Schemes.ISocketFactory.CreateSocket()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Schemes.ISocketFactory.IsSecure(Java.Net.Socket)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Schemes.PlainSocketFactory' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Schemes.Scheme' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Schemes.SchemeRegistry' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.AbstractVerifier' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.AbstractVerifier..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.AbstractVerifier.AcceptableCountryWildcard(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.AbstractVerifier.CountDots(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.AbstractVerifier.GetCNs(Java.Security.Cert.X509Certificate)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.AbstractVerifier.GetDNSSubjectAlts(Java.Security.Cert.X509Certificate)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.AbstractVerifier.Verify(System.String, System.String[], System.String[], System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.AllowAllHostnameVerifier' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.AllowAllHostnameVerifier..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.AllowAllHostnameVerifier.ToString()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.AllowAllHostnameVerifier.Verify(System.String, System.String[], System.String[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.BrowserCompatHostnameVerifier' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.BrowserCompatHostnameVerifier..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.BrowserCompatHostnameVerifier.ToString()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.BrowserCompatHostnameVerifier.Verify(System.String, System.String[], System.String[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.IX509HostnameVerifier' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.IX509HostnameVerifier.Verify(System.String, System.String[], System.String[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.SSLSocketFactory' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.SSLSocketFactory..ctor(System.String, Java.Security.KeyStore, System.String, Java.Security.KeyStore, Java.Security.SecureRandom, Org.Apache.Http.Conn.Schemes.IHostNameResolver)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.SSLSocketFactory.ConnectSocket(Java.Net.Socket, System.String, System.Int32, Java.Net.InetAddress, System.Int32, Org.Apache.Http.Params.IHttpParams)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.SSLSocketFactory.CreateSocket()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.SSLSocketFactory.IsSecure(Java.Net.Socket)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.StrictHostnameVerifier' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.StrictHostnameVerifier..ctor()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.StrictHostnameVerifier.ToString()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.StrictHostnameVerifier.Verify(System.String, System.String[], System.String[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Util.InetAddressUtils' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Cookie.Params.CookieSpecParamBean' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Cookie.Params.ICookieSpecPNames' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Cookies.CookieOrigin' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Cookies.CookieSpecRegistry' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Cookies.IClientCookie' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Cookies.ICookie' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Cookies.ICookieAttributeHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Cookies.ICookieSpec' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Cookies.ICookieSpecFactory' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Cookies.ISetCookie' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Cookies.ISetCookie2' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Cookies.ISM' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Cookies.MalformedCookieException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Entity.AbstractHttpEntity' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Entity.BasicHttpEntity' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Entity.BufferedHttpEntity' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Entity.ByteArrayEntity' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Entity.EntityTemplate' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Entity.FileEntity' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Entity.HttpEntityWrapper' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Entity.IContentLengthStrategy' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Entity.IContentProducer' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Entity.InputStreamEntity' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Entity.SerializableEntity' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Entity.StringEntity' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.AbstractHttpClientConnection' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.AbstractHttpServerConnection' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.DefaultConnectionReuseStrategy' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.DefaultHttpClientConnection' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.DefaultHttpRequestFactory' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.DefaultHttpResponseFactory' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.DefaultHttpServerConnection' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.EnglishReasonPhraseCatalog' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.HttpConnectionMetricsImpl' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.NoConnectionReuseStrategy' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.SocketHttpClientConnection' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.SocketHttpServerConnection' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Auth.AuthSchemeBase' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Auth.BasicScheme' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Auth.BasicSchemeFactory' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Auth.DigestScheme' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Auth.DigestSchemeFactory' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Auth.INTLMEngine' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Auth.NTLMEngineException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Auth.NTLMScheme' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Auth.RFC2617Scheme' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Auth.UnsupportedDigestAlgorithmException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Client.AbstractAuthenticationHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Client.AbstractHttpClient' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Client.BasicCookieStore' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Client.BasicCredentialsProvider' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Client.BasicResponseHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Client.ClientParamsStack' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Client.DefaultConnectionKeepAliveStrategy' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Client.DefaultHttpClient' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Client.DefaultHttpRequestRetryHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Client.DefaultProxyAuthenticationHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Client.DefaultRedirectHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Client.DefaultRequestDirector' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Client.DefaultTargetAuthenticationHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Client.DefaultUserTokenHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Client.EntityEnclosingRequestWrapper' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Client.RedirectLocations' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Client.RequestWrapper' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Client.RoutedRequest' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Client.TunnelRefusedException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.AbstractClientConnAdapter' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.AbstractPooledConnAdapter' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.AbstractPoolEntry' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.DefaultClientConnection' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.DefaultClientConnectionOperator' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.DefaultHttpRoutePlanner' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.DefaultResponseParser' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.IdleConnectionHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.LoggingSessionInputBuffer' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.LoggingSessionOutputBuffer' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.ProxySelectorRoutePlanner' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.SingleClientConnManager' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.Wire' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.Tsccm.AbstractConnPool' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.Tsccm.BasicPooledConnAdapter' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.Tsccm.BasicPoolEntry' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.Tsccm.BasicPoolEntryRef' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.Tsccm.ConnPoolByRoute' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.Tsccm.IPoolEntryRequest' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.Tsccm.IRefQueueHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.Tsccm.RefQueueWorker' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.Tsccm.RouteSpecificPool' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.Tsccm.ThreadSafeClientConnManager' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.Tsccm.WaitingThread' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Conn.Tsccm.WaitingThreadAborter' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.AbstractCookieAttributeHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.AbstractCookieSpec' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.BasicClientCookie' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.BasicClientCookie2' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.BasicCommentHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.BasicDomainHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.BasicExpiresHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.BasicMaxAgeHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.BasicPathHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.BasicSecureHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.BestMatchSpec' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.BestMatchSpecFactory' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.BrowserCompatSpec' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.BrowserCompatSpecFactory' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.CookieSpecBase' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.DateParseException' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.DateUtils' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.NetscapeDomainHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.NetscapeDraftHeaderParser' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.NetscapeDraftSpec' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.NetscapeDraftSpecFactory' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.RFC2109DomainHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.RFC2109Spec' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.RFC2109SpecFactory' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.RFC2109VersionHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.RFC2965CommentUrlAttributeHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.RFC2965DiscardAttributeHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.RFC2965DomainAttributeHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.RFC2965PortAttributeHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.RFC2965Spec' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.RFC2965SpecFactory' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Cookie.RFC2965VersionAttributeHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Entity.EntityDeserializer' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Entity.EntitySerializer' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Entity.LaxContentLengthStrategy' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.Entity.StrictContentLengthStrategy' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.IO.AbstractMessageParser' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.IO.AbstractMessageWriter' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.IO.AbstractSessionInputBuffer' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.IO.AbstractSessionOutputBuffer' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.IO.ChunkedInputStream' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.IO.ChunkedOutputStream' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.IO.ContentLengthInputStream' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.IO.ContentLengthOutputStream' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.IO.HttpRequestParser' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.IO.HttpRequestWriter' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.IO.HttpResponseParser' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.IO.HttpResponseWriter' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.IO.HttpTransportMetricsImpl' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.IO.IdentityInputStream' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.IO.IdentityOutputStream' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.IO.SocketInputBuffer' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Impl.IO.SocketOutputBuffer' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IO.IHttpMessageParser' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IO.IHttpMessageWriter' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IO.IHttpTransportMetrics' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IO.ISessionInputBuffer' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.IO.ISessionOutputBuffer' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Message.AbstractHttpMessage' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Message.BasicHeader' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Message.BasicHeaderElement' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Message.BasicHeaderElementIterator' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Message.BasicHeaderIterator' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Message.BasicHeaderValueFormatter' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Message.BasicHeaderValueParser' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Message.BasicHttpEntityEnclosingRequest' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Message.BasicHttpRequest' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Message.BasicHttpResponse' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Message.BasicLineFormatter' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Message.BasicLineParser' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Message.BasicListHeaderIterator' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Message.BasicNameValuePair' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Message.BasicRequestLine' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Message.BasicStatusLine' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Message.BasicTokenIterator' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Message.BufferedHeader' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Message.HeaderGroup' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Message.IHeaderValueFormatter' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Message.IHeaderValueParser' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Message.ILineFormatter' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Message.ILineParser' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Message.ParserCursor' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.AbstractHttpParams' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.BasicHttpParams' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.DefaultedHttpParams' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.HttpAbstractParamBean' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.HttpConnectionParamBean' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.HttpConnectionParams' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.HttpConnectionParams.GetConnectionTimeout(Org.Apache.Http.Params.IHttpParams)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.HttpConnectionParams.GetLinger(Org.Apache.Http.Params.IHttpParams)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.HttpConnectionParams.GetSocketBufferSize(Org.Apache.Http.Params.IHttpParams)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.HttpConnectionParams.GetSoTimeout(Org.Apache.Http.Params.IHttpParams)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.HttpConnectionParams.GetTcpNoDelay(Org.Apache.Http.Params.IHttpParams)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.HttpConnectionParams.IsStaleCheckingEnabled(Org.Apache.Http.Params.IHttpParams)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.HttpConnectionParams.SetConnectionTimeout(Org.Apache.Http.Params.IHttpParams, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.HttpConnectionParams.SetLinger(Org.Apache.Http.Params.IHttpParams, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.HttpConnectionParams.SetSocketBufferSize(Org.Apache.Http.Params.IHttpParams, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.HttpConnectionParams.SetSoTimeout(Org.Apache.Http.Params.IHttpParams, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.HttpConnectionParams.SetStaleCheckingEnabled(Org.Apache.Http.Params.IHttpParams, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.HttpConnectionParams.SetTcpNoDelay(Org.Apache.Http.Params.IHttpParams, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.HttpProtocolParamBean' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.HttpProtocolParams' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.ICoreConnectionPNames' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.ICoreProtocolPNames' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.IHttpParams' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.IHttpParams.Copy()' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.IHttpParams.GetBooleanParameter(System.String, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.IHttpParams.GetDoubleParameter(System.String, System.Double)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.IHttpParams.GetIntParameter(System.String, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.IHttpParams.GetLongParameter(System.String, System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.IHttpParams.GetParameter(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.IHttpParams.IsParameterFalse(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.IHttpParams.IsParameterTrue(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.IHttpParams.RemoveParameter(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.IHttpParams.SetBooleanParameter(System.String, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.IHttpParams.SetDoubleParameter(System.String, System.Double)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.IHttpParams.SetIntParameter(System.String, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.IHttpParams.SetLongParameter(System.String, System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Params.IHttpParams.SetParameter(System.String, Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.BasicHttpContext' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.BasicHttpProcessor' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.DefaultedHttpContext' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.HTTP' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.HttpDateGenerator' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.HttpRequestExecutor' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.HttpRequestHandlerRegistry' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.HttpService' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.IExecutionContext' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.IHttpContext' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.IHttpExpectationVerifier' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.IHttpProcessor' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.IHttpRequestHandler' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.IHttpRequestHandlerResolver' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.IHttpRequestInterceptorList' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.IHttpResponseInterceptorList' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.RequestConnControl' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.RequestContent' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.RequestDate' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.RequestExpectContinue' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.RequestTargetHost' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.RequestUserAgent' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.ResponseConnControl' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.ResponseContent' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.ResponseDate' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.ResponseServer' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.SyncBasicHttpContext' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Protocol.UriPatternMatcher' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Util.ByteArrayBuffer' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Util.CharArrayBuffer' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Util.EncodingUtils' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Util.EntityUtils' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Util.ExceptionUtils' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Util.LangUtils' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Util.VersionInfo' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Activity.StartActivityFromChild(Android.App.Activity, Android.Content.Intent, System.Int32, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Activity.StartActivityFromFragment(Android.App.Fragment, Android.Content.Intent, System.Int32, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Activity.StartIntentSenderFromChild(Android.App.Activity, Android.Content.IntentSender, System.Int32, Android.Content.Intent, Android.Content.ActivityFlags, Android.Content.ActivityFlags, System.Int32, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ActivityManager.TaskDescription..ctor(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ActivityManager.TaskDescription..ctor(System.String, Android.Graphics.Bitmap)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ActivityManager.TaskDescription..ctor(System.String, Android.Graphics.Bitmap, Android.Graphics.Color)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ActivityManager.TaskDescription..ctor(System.String, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ActivityManager.TaskDescription..ctor(System.String, System.Int32, Android.Graphics.Color)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.AppOpsManager.NoteProxyOpNoThrow(System.String, System.String, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.AutomaticZenRule..ctor(System.String, Android.Content.ComponentName, Android.Net.Uri, System.Int32, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DialogFragment.Show(Android.App.FragmentTransaction, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadManager.AddCompletedDownload(System.String, System.String, System.Boolean, System.String, System.String, System.Int64, System.Boolean, Android.Net.Uri, Android.Net.Uri)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.GetString(System.Int32, Java.Lang.Object[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.Instantiate(Android.Content.Context, System.String, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnAttach(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnInflate(Android.Content.Context, Android.Util.IAttributeSet, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnMultiWindowModeChanged(System.Boolean, Android.Content.Res.Configuration)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.OnPictureInPictureModeChanged(System.Boolean, Android.Content.Res.Configuration)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.StartActivity(Android.Content.Intent, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Fragment.StartActivityForResult(Android.Content.Intent, System.Int32, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.DispatchMultiWindowModeChanged(System.Boolean, Android.Content.Res.Configuration)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentController.DispatchPictureInPictureModeChanged(System.Boolean, Android.Content.Res.Configuration)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentTransaction.SetBreadCrumbShortTitle(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.FragmentTransaction.SetBreadCrumbTitle(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.Action.Builder..ctor(System.Int32, Java.Lang.ICharSequence, Android.App.PendingIntent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.BigPictureStyle..ctor(Android.App.Notification.Builder)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.BigTextStyle..ctor(Android.App.Notification.Builder)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.Builder.AddAction(System.Int32, Java.Lang.ICharSequence, Android.App.PendingIntent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.Builder.AddAction(System.Int32, System.String, Android.App.PendingIntent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.Builder.SetSound(Android.Net.Uri, Android.Media.AudioAttributes)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.InboxStyle..ctor(Android.App.Notification.Builder)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.MediaStyle..ctor(Android.App.Notification.Builder)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.MessagingStyle.AddMessage(Java.Lang.ICharSequence, System.Int64, Java.Lang.ICharSequence)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.MessagingStyle.AddMessage(System.String, System.Int64, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ProgressDialog..ctor(Android.Content.Context, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ProgressDialog.Show(Android.Content.Context, Java.Lang.ICharSequence, Java.Lang.ICharSequence, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ProgressDialog.Show(Android.Content.Context, Java.Lang.ICharSequence, Java.Lang.ICharSequence, System.Boolean, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ProgressDialog.Show(Android.Content.Context, Java.Lang.ICharSequence, Java.Lang.ICharSequence, System.Boolean, System.Boolean, Android.Content.IDialogInterfaceOnCancelListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ProgressDialog.Show(Android.Content.Context, System.String, System.String, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ProgressDialog.Show(Android.Content.Context, System.String, System.String, System.Boolean, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ProgressDialog.Show(Android.Content.Context, System.String, System.String, System.Boolean, System.Boolean, Android.Content.IDialogInterfaceOnCancelListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothGattCharacteristic.SetValue(System.Int32, Android.Bluetooth.GattFormat, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothGattCharacteristic.SetValue(System.Int32, System.Int32, Android.Bluetooth.GattFormat, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothGattCharacteristic.SetValue(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.ContentResolver.NotifyChange(Android.Net.Uri, Android.Database.ContentObserver, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.ContextWrapper.SetWallpaper(System.IO.Stream)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.CursorLoader..ctor(Android.Content.Context, Android.Net.Uri, System.String[], System.String, System.String[], System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.LauncherApps.Callback.OnPackagesSuspended(System.String[], Android.OS.UserHandle, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.PackageStats..ctor(Android.OS.Parcel)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.PackageStats..ctor(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.PermissionGroupInfo..ctor(Android.Content.PM.PermissionGroupInfo)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.PermissionInfo..ctor(Android.Content.PM.PermissionInfo)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmErrorEvent..ctor(System.Int32, Android.Drm.DrmErrorEventType, System.String, System.Collections.Generic.IDictionary)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmEvent..ctor(System.Int32, System.Int32, System.String, System.Collections.Generic.IDictionary)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfo..ctor(Android.Drm.DrmInfoEventType, System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfoEvent..ctor(System.Int32, Android.Drm.DrmInfoEventType, System.String, System.Collections.Generic.IDictionary)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.CanHandle(System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.CheckRightsStatus(Android.Net.Uri, Android.Drm.DrmStoreActionCode)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.CheckRightsStatus(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.CheckRightsStatus(System.String, Android.Drm.DrmStoreActionCode)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.GetConstraints(System.String, Android.Drm.DrmStoreActionCode)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.GetDrmObjectType(System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.GetMetadata(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.GetOriginalMimeType(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmManagerClient.RemoveRights(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmRights..ctor(Java.IO.File, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmRights..ctor(System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmRights..ctor(System.String, System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmRights..ctor(System.String, System.String, System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.BitmapRegionDecoder.NewInstance(Java.IO.FileDescriptor, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.BitmapRegionDecoder.NewInstance(System.IO.Stream, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.BitmapRegionDecoder.NewInstance(System.String, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Canvas.ClipPath(Android.Graphics.Path, Android.Graphics.Region.Op)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Canvas.ClipRect(Android.Graphics.Rect, Android.Graphics.Region.Op)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Canvas.ClipRect(Android.Graphics.RectF, Android.Graphics.Region.Op)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Canvas.ClipRect(System.Single, System.Single, System.Single, System.Single, Android.Graphics.Region.Op)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Canvas.QuickReject(Android.Graphics.RectF, Android.Graphics.Canvas.EdgeType)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Canvas.QuickReject(System.Single, System.Single, System.Single, System.Single, Android.Graphics.Canvas.EdgeType)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Canvas.Save(Android.Graphics.SaveFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Canvas.SaveLayer(Android.Graphics.RectF, Android.Graphics.Paint, Android.Graphics.SaveFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Canvas.SaveLayer(System.Single, System.Single, System.Single, System.Single, Android.Graphics.Paint, Android.Graphics.SaveFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Canvas.SaveLayerAlpha(Android.Graphics.RectF, System.Int32, Android.Graphics.SaveFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Canvas.SaveLayerAlpha(System.Single, System.Single, System.Single, System.Single, System.Int32, Android.Graphics.SaveFlags)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ComposeShader..ctor(Android.Graphics.Shader, Android.Graphics.Shader, Android.Graphics.Xfermode)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Movie.Draw(Android.Graphics.Canvas, System.Single, System.Single, Android.Graphics.Paint)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Drawables.Drawable.CreateFromResourceStream(Android.Content.Res.Resources, Android.Util.TypedValue, System.IO.Stream, System.String, Android.Graphics.BitmapFactory.Options)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Drawables.Drawable.SetColorFilter(Android.Graphics.Color, Android.Graphics.PorterDuff.Mode)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Fingerprints.FingerprintManager.CryptoObject..ctor(Javax.Crypto.Cipher)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Fingerprints.FingerprintManager.CryptoObject..ctor(Javax.Crypto.Mac)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BreakIterator.GetTitleInstance(Android.Icu.Util.ULocale)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BreakIterator.GetTitleInstance(Java.Util.Locale)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.Keyboard..ctor(Android.Content.Context, System.Int32, Java.Lang.ICharSequence, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.Keyboard..ctor(Android.Content.Context, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.Keyboard..ctor(Android.Content.Context, System.Int32, System.Int32, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.Keyboard.Key..ctor(Android.InputMethodServices.Keyboard.Row)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.Keyboard.Row..ctor(Android.InputMethodServices.Keyboard)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.InputMethodServices.KeyboardView..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.Geocoder.GetFromLocationName(System.String, System.Int32, System.Double, System.Double, System.Double, System.Double)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationManager.AddNmeaListener(Android.Locations.IOnNmeaMessageListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationManager.RequestLocationUpdates(System.Int64, System.Single, Android.Locations.Criteria, Android.App.PendingIntent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationManager.RequestLocationUpdates(System.Int64, System.Single, Android.Locations.Criteria, Android.Locations.ILocationListener, Android.OS.Looper)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationManager.RequestLocationUpdates(System.Int64, System.Single, Android.Locations.Criteria, Java.Util.Concurrent.IExecutor, Android.Locations.ILocationListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationManager.RequestSingleUpdate(Android.Locations.Criteria, Android.Locations.ILocationListener, Android.OS.Looper)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationManager.RequestSingleUpdate(System.String, Android.App.PendingIntent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.LocationManager.RequestSingleUpdate(System.String, Android.Locations.ILocationListener, Android.OS.Looper)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioRecord.IOnRoutingChangedListener.Android.Media.IAudioRoutingOnRoutingChangedListener.OnRoutingChanged(Android.Media.IAudioRouting)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioTrack..ctor(Android.Media.Stream, System.Int32, Android.Media.ChannelOut, Android.Media.Encoding, System.Int32, Android.Media.AudioTrackMode)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioTrack..ctor(Android.Media.Stream, System.Int32, Android.Media.ChannelOut, Android.Media.Encoding, System.Int32, Android.Media.AudioTrackMode, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioTrack.IOnRoutingChangedListener.OnRoutingChanged(Android.Media.AudioTrack)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.CamcorderProfile.Get(System.Int32, Android.Media.CamcorderQuality)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteController.IOnClientUpdateListener.OnClientPlaybackStateUpdate(Android.Media.RemoteControlPlayState, System.Int64, System.Int64, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.ConnectivityManager.GetNetworkInfo(Android.Net.ConnectivityType)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetworkRequest.Builder.SetNetworkSpecifier(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.SSLCertificateSocketFactory.CreateSocket(Java.Net.InetAddress, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.SSLCertificateSocketFactory.CreateSocket(Java.Net.InetAddress, System.Int32, Java.Net.InetAddress, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.SSLCertificateSocketFactory.CreateSocket(Java.Net.Socket, System.String, System.Int32, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.SSLCertificateSocketFactory.CreateSocket(System.String, System.Int32, Java.Net.InetAddress, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.SSLCertificateSocketFactory.GetDefault(System.Int32, Android.Net.SSLSessionCache)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Http.AndroidHttpClient.NewInstance(System.String, Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Rtp.AudioGroup..ctor(Android.Content.Context)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.SendDtmf(System.Int32, Android.OS.Message)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipAudioCall.SetListener(Android.Net.Sip.SipAudioCall.Listener, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipException..ctor(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipException..ctor(System.String, Java.Lang.Throwable)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipManager.MakeAudioCall(System.String, System.String, Android.Net.Sip.SipAudioCall.Listener, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipManager.Open(Android.Net.Sip.SipProfile, Android.App.PendingIntent, Android.Net.Sip.ISipRegistrationListener)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipProfile.Builder..ctor(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipProfile.Builder..ctor(System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiManager.CreateWifiLock(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Opengl.GLES30.GlGetTransformFeedbackVarying(System.Int32, System.Int32, System.Int32, Java.Nio.IntBuffer, Java.Nio.IntBuffer, Java.Nio.IntBuffer, System.SByte)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.AsyncTask.Execute(Java.Lang.Object[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.AsyncTask.Get(System.Int64, Java.Util.Concurrent.TimeUnit)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.AsyncTask.OnCancelled(Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.FileObserver..ctor(System.String, Android.OS.FileObserverEvents)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.FileUtils.CloseQuietly(Java.Lang.IAutoCloseable)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Handler..ctor(Android.OS.Handler.ICallback)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Vibrator.Vibrate(Android.OS.VibrationEffect, Android.Media.AudioAttributes)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Vibrator.Vibrate(System.Int64, Android.Media.AudioAttributes)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Vibrator.Vibrate(System.Int64[], System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Vibrator.Vibrate(System.Int64[], System.Int32, Android.Media.AudioAttributes)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.CheckBoxPreference..ctor(Android.Content.Context, Android.Util.IAttributeSet)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.CheckBoxPreference..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.CheckBoxPreference..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.DialogPreference..ctor(Android.Content.Context, Android.Util.IAttributeSet)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.DialogPreference..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.DialogPreference..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.DialogPreference.SetDialogIcon(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.EditTextPreference..ctor(Android.Content.Context, Android.Util.IAttributeSet)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.EditTextPreference..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.EditTextPreference..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.ListPreference..ctor(Android.Content.Context, Android.Util.IAttributeSet)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.ListPreference..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.ListPreference..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.ListPreference.SetEntries(Java.Lang.ICharSequence[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.ListPreference.SetEntries(System.String[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.ListPreference.SetEntryValues(Java.Lang.ICharSequence[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.ListPreference.SetEntryValues(System.String[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.MultiSelectListPreference..ctor(Android.Content.Context, Android.Util.IAttributeSet)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.MultiSelectListPreference..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.MultiSelectListPreference..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.MultiSelectListPreference.SetEntries(Java.Lang.ICharSequence[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.MultiSelectListPreference.SetEntries(System.String[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.MultiSelectListPreference.SetEntryValues(Java.Lang.ICharSequence[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.MultiSelectListPreference.SetEntryValues(System.String[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference..ctor(Android.Content.Context, Android.Util.IAttributeSet)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.SetIcon(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.Preference.BaseSavedState..ctor(Android.OS.IParcelable)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.StartWithFragment(System.String, Android.OS.Bundle, Android.App.Fragment, System.Int32, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceActivity.SwitchToHeader(System.String, Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceCategory..ctor(Android.Content.Context, Android.Util.IAttributeSet)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceCategory..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceCategory..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceGroup..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceGroup..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.PreferenceManager.SetDefaultValues(Android.Content.Context, System.String, Android.Content.FileCreationMode, System.Int32, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.RingtonePreference..ctor(Android.Content.Context, Android.Util.IAttributeSet)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.RingtonePreference..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.RingtonePreference..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.SwitchPreference..ctor(Android.Content.Context, Android.Util.IAttributeSet)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.SwitchPreference..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.SwitchPreference..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.TwoStatePreference..ctor(Android.Content.Context, Android.Util.IAttributeSet)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.TwoStatePreference..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Preferences.TwoStatePreference..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.FontRequest..ctor(System.String, System.String, System.String, System.Collections.Generic.IList>)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Images.Media.InsertImage(Android.Content.ContentResolver, System.String, System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Images.Media.Query(Android.Content.ContentResolver, Android.Net.Uri, System.String[], System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Images.Media.Query(Android.Content.ContentResolver, Android.Net.Uri, System.String[], System.String, System.String[], System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Images.Thumbnails.CancelThumbnailRequest(Android.Content.ContentResolver, System.Int64, System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Images.Thumbnails.GetThumbnail(Android.Content.ContentResolver, System.Int64, System.Int64, Android.Provider.ThumbnailKind, Android.Graphics.BitmapFactory.Options)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Video.Thumbnails.CancelThumbnailRequest(Android.Content.ContentResolver, System.Int64, System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaStore.Video.Thumbnails.GetThumbnail(Android.Content.ContentResolver, System.Int64, System.Int64, Android.Provider.VideoThumbnailKind, Android.Graphics.BitmapFactory.Options)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy1DRangeFrom(System.Int32, System.Int32, Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy1DRangeFrom(System.Int32, System.Int32, System.Byte[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy1DRangeFrom(System.Int32, System.Int32, System.Int16[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy1DRangeFrom(System.Int32, System.Int32, System.Int32[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy1DRangeFrom(System.Int32, System.Int32, System.Single[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy1DRangeFromUnchecked(System.Int32, System.Int32, Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy1DRangeFromUnchecked(System.Int32, System.Int32, System.Int16[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy1DRangeFromUnchecked(System.Int32, System.Int32, System.Int32[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy1DRangeFromUnchecked(System.Int32, System.Int32, System.Single[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy1DRangeTo(System.Int32, System.Int32, Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy1DRangeTo(System.Int32, System.Int32, System.Int16[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy1DRangeTo(System.Int32, System.Int32, System.Int32[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy1DRangeTo(System.Int32, System.Int32, System.Single[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy1DRangeToUnchecked(System.Int32, System.Int32, Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy1DRangeToUnchecked(System.Int32, System.Int32, System.Int16[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy1DRangeToUnchecked(System.Int32, System.Int32, System.Int32[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy1DRangeToUnchecked(System.Int32, System.Int32, System.Single[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy2DRangeFrom(System.Int32, System.Int32, System.Int32, System.Int32, Android.Renderscripts.Allocation, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy2DRangeFrom(System.Int32, System.Int32, System.Int32, System.Int32, Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy2DRangeFrom(System.Int32, System.Int32, System.Int32, System.Int32, System.Byte[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy2DRangeFrom(System.Int32, System.Int32, System.Int32, System.Int32, System.Int16[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy2DRangeFrom(System.Int32, System.Int32, System.Int32, System.Int32, System.Int32[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy2DRangeFrom(System.Int32, System.Int32, System.Int32, System.Int32, System.Single[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy2DRangeTo(System.Int32, System.Int32, System.Int32, System.Int32, Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy2DRangeTo(System.Int32, System.Int32, System.Int32, System.Int32, System.Int16[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy2DRangeTo(System.Int32, System.Int32, System.Int32, System.Int32, System.Int32[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy2DRangeTo(System.Int32, System.Int32, System.Int32, System.Int32, System.Single[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.Copy3DRangeFrom(System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CopyFrom(Android.Renderscripts.Allocation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CopyFrom(Android.Renderscripts.BaseObj[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CopyFrom(Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CopyFrom(System.Byte[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CopyFrom(System.Int16[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CopyFrom(System.Int32[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CopyFrom(System.Single[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CopyFromUnchecked(Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CopyFromUnchecked(System.Int16[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CopyFromUnchecked(System.Int32[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CopyFromUnchecked(System.Single[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CopyTo(Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CopyTo(System.Byte[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CopyTo(System.Int16[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CopyTo(System.Int32[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CopyTo(System.Single[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CreateCubemapFromBitmap(Android.Renderscripts.RenderScript, Android.Graphics.Bitmap, Android.Renderscripts.Allocation.MipmapControl, Android.Renderscripts.AllocationUsage)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CreateCubemapFromCubeFaces(Android.Renderscripts.RenderScript, Android.Graphics.Bitmap, Android.Graphics.Bitmap, Android.Graphics.Bitmap, Android.Graphics.Bitmap, Android.Graphics.Bitmap, Android.Graphics.Bitmap, Android.Renderscripts.Allocation.MipmapControl, Android.Renderscripts.AllocationUsage)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CreateFromBitmap(Android.Renderscripts.RenderScript, Android.Graphics.Bitmap, Android.Renderscripts.Allocation.MipmapControl, Android.Renderscripts.AllocationUsage)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CreateFromBitmapResource(Android.Renderscripts.RenderScript, Android.Content.Res.Resources, System.Int32, Android.Renderscripts.Allocation.MipmapControl, Android.Renderscripts.AllocationUsage)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CreateSized(Android.Renderscripts.RenderScript, Android.Renderscripts.Element, System.Int32, Android.Renderscripts.AllocationUsage)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CreateTyped(Android.Renderscripts.RenderScript, Android.Renderscripts.Type, Android.Renderscripts.AllocationUsage)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.CreateTyped(Android.Renderscripts.RenderScript, Android.Renderscripts.Type, Android.Renderscripts.Allocation.MipmapControl, Android.Renderscripts.AllocationUsage)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.SetFromFieldPacker(System.Int32, System.Int32, Android.Renderscripts.FieldPacker)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Allocation.SetFromFieldPacker(System.Int32, System.Int32, System.Int32, System.Int32, Android.Renderscripts.FieldPacker)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Byte2..ctor(System.SByte, System.SByte)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Byte3..ctor(System.SByte, System.SByte, System.SByte)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Byte4..ctor(System.SByte, System.SByte, System.SByte, System.SByte)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Double2..ctor(System.Double, System.Double)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Double3..ctor(System.Double, System.Double, System.Double)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Double4..ctor(System.Double, System.Double, System.Double, System.Double)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Element.Builder.Add(Android.Renderscripts.Element, System.String, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker..ctor(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddF32(Android.Renderscripts.Float3)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddF32(Android.Renderscripts.Float4)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddF32(System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddF64(Android.Renderscripts.Double3)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddF64(Android.Renderscripts.Double4)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddF64(System.Double)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddI16(Android.Renderscripts.Short3)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddI16(Android.Renderscripts.Short4)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddI16(System.Int16)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddI32(Android.Renderscripts.Int3)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddI32(Android.Renderscripts.Int4)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddI32(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddI64(Android.Renderscripts.Long3)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddI64(Android.Renderscripts.Long4)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddI64(System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddI8(Android.Renderscripts.Byte3)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddI8(Android.Renderscripts.Byte4)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddI8(System.SByte)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddMatrix(Android.Renderscripts.Matrix3f)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddMatrix(Android.Renderscripts.Matrix4f)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddU16(Android.Renderscripts.Int3)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddU16(Android.Renderscripts.Int4)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddU16(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddU32(Android.Renderscripts.Long3)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddU32(Android.Renderscripts.Long4)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddU32(System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddU64(Android.Renderscripts.Long3)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddU64(Android.Renderscripts.Long4)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddU64(System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddU8(Android.Renderscripts.Short3)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddU8(Android.Renderscripts.Short4)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.AddU8(System.Int16)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.FieldPacker.Reset(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Float2..ctor(System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Float3..ctor(System.Single, System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Float4..ctor(System.Single, System.Single, System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Int2..ctor(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Int3..ctor(System.Int32, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Int4..ctor(System.Int32, System.Int32, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Long2..ctor(System.Int64, System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Long3..ctor(System.Int64, System.Int64, System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Long4..ctor(System.Int64, System.Int64, System.Int64, System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix2f..ctor(System.Single[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix3f..ctor(System.Single[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix3f.LoadRotate(System.Single, System.Single, System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix3f.LoadScale(System.Single, System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix3f.Rotate(System.Single, System.Single, System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix3f.Scale(System.Single, System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Matrix4f..ctor(System.Single[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RenderScript.Create(Android.Content.Context, Android.Renderscripts.RenderScript.ContextType)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.RenderScript.Create(Android.Content.Context, Android.Renderscripts.RenderScript.ContextType, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.ForEach(System.Int32, Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.FieldPacker, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.ForEach(System.Int32, Android.Renderscripts.Allocation[], Android.Renderscripts.Allocation, Android.Renderscripts.FieldPacker)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.ForEach(System.Int32, Android.Renderscripts.Allocation[], Android.Renderscripts.Allocation, Android.Renderscripts.FieldPacker, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.Invoke(System.Int32, Android.Renderscripts.FieldPacker)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.SetVar(System.Int32, Android.Renderscripts.FieldPacker)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.SetVar(System.Int32, Android.Renderscripts.FieldPacker, Android.Renderscripts.Element, System.Int32[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.SetVar(System.Int32, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.SetVar(System.Int32, System.Double)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.SetVar(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.SetVar(System.Int32, System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.SetVar(System.Int32, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Script.FieldBase.Init(Android.Renderscripts.RenderScript, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptC..ctor(Android.Renderscripts.RenderScript, System.String, System.Byte[], System.Byte[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptC..ctor(System.Int32, Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptC..ctor(System.Int64, Android.Renderscripts.RenderScript)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptGroup.Execute(Java.Lang.Object[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptGroup.Builder.AddConnection(Android.Renderscripts.Type, Android.Renderscripts.Script.KernelID, Android.Renderscripts.Script.KernelID)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsic3DLUT.ForEach(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachAdd(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachClear(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachDst(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachDstAtop(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachDstIn(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachDstOut(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachDstOver(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachMultiply(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachSrc(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachSrcAtop(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachSrcIn(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachSrcOut(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachSrcOver(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachSubtract(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlend.ForEachXor(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicBlur.ForEach(Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicColorMatrix.ForEach(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicColorMatrix.SetAdd(System.Single, System.Single, System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicColorMatrix.SetColorMatrix(Android.Renderscripts.Matrix4f)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicConvolve3x3.ForEach(Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicConvolve5x5.ForEach(Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicHistogram.ForEach(Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicHistogram.ForEach_Dot(Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicLUT.ForEach(Android.Renderscripts.Allocation, Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.ScriptIntrinsicResize.ForEach_bicubic(Android.Renderscripts.Allocation, Android.Renderscripts.Script.LaunchOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Short2..ctor(System.Int16, System.Int16)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Short3..ctor(System.Int16, System.Int16, System.Int16)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Renderscripts.Short4..ctor(System.Int16, System.Int16, System.Int16, System.Int16)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Autofill.Dataset.Builder..ctor(Android.Widget.RemoteViews)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Autofill.Dataset.Builder.SetInlinePresentation(Android.Service.Autofill.InlinePresentation, Android.Service.Autofill.InlinePresentation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Autofill.Dataset.Builder.SetValue(Android.Views.Autofill.AutofillId, Android.Views.Autofill.AutofillValue, Android.Widget.RemoteViews)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Autofill.Dataset.Builder.SetValue(Android.Views.Autofill.AutofillId, Android.Views.Autofill.AutofillValue, Android.Widget.RemoteViews, Android.Service.Autofill.InlinePresentation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Autofill.Dataset.Builder.SetValue(Android.Views.Autofill.AutofillId, Android.Views.Autofill.AutofillValue, Android.Widget.RemoteViews, Android.Service.Autofill.InlinePresentation, Android.Service.Autofill.InlinePresentation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Autofill.Dataset.Builder.SetValue(Android.Views.Autofill.AutofillId, Android.Views.Autofill.AutofillValue, Java.Util.Regex.Pattern)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Autofill.Dataset.Builder.SetValue(Android.Views.Autofill.AutofillId, Android.Views.Autofill.AutofillValue, Java.Util.Regex.Pattern, Android.Widget.RemoteViews)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Autofill.Dataset.Builder.SetValue(Android.Views.Autofill.AutofillId, Android.Views.Autofill.AutofillValue, Java.Util.Regex.Pattern, Android.Widget.RemoteViews, Android.Service.Autofill.InlinePresentation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Autofill.Dataset.Builder.SetValue(Android.Views.Autofill.AutofillId, Android.Views.Autofill.AutofillValue, Java.Util.Regex.Pattern, Android.Widget.RemoteViews, Android.Service.Autofill.InlinePresentation, Android.Service.Autofill.InlinePresentation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Autofill.FillResponse.Builder.SetAuthentication(Android.Views.Autofill.AutofillId[], Android.Content.IntentSender, Android.Widget.RemoteViews, Android.Service.Autofill.InlinePresentation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Autofill.FillResponse.Builder.SetAuthentication(Android.Views.Autofill.AutofillId[], Android.Content.IntentSender, Android.Widget.RemoteViews, Android.Service.Autofill.InlinePresentation, Android.Service.Autofill.InlinePresentation)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.StatusBarNotification..ctor(System.String, System.String, System.Int32, System.String, System.Int32, System.Int32, System.Int32, Android.App.Notification, Android.OS.UserHandle, System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telecom.TelecomManager.AcceptRingingCall(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.NeighboringCellInfo..ctor(Android.OS.Parcel)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.NeighboringCellInfo..ctor(System.Int32, System.String, Android.Telephony.NetworkType)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneNumberUtils.Compare(System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneStateListener..ctor(Java.Util.Concurrent.IExecutor)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneStateListener.OnDataConnectionStateChanged(Android.Telephony.DataConnectionStatus, Android.Telephony.NetworkType)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.ServiceState..ctor(Android.OS.Parcel)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.TelephonyManager.GetDeviceId(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Cdma.CdmaCellLocation..ctor(Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Cdma.CdmaCellLocation.SetCellLocationData(System.Int32, System.Int32, System.Int32, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Gsm.GsmCellLocation..ctor(Android.OS.Bundle)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.DynamicLayout..ctor(Java.Lang.ICharSequence, Java.Lang.ICharSequence, Android.Text.TextPaint, System.Int32, Android.Text.Layout.Alignment, System.Single, System.Single, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.DynamicLayout..ctor(Java.Lang.ICharSequence, Java.Lang.ICharSequence, Android.Text.TextPaint, System.Int32, Android.Text.Layout.Alignment, System.Single, System.Single, System.Boolean, Android.Text.TextUtils.TruncateAt, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Html.FromHtml(System.String, Android.Text.Html.IImageGetter, Android.Text.Html.ITagHandler)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.LoginFilter.PasswordFilterGMail..ctor(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.LoginFilter.UsernameFilterGeneric..ctor(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.LoginFilter.UsernameFilterGMail..ctor(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.StaticLayout..ctor(Java.Lang.ICharSequence, System.Int32, System.Int32, Android.Text.TextPaint, System.Int32, Android.Text.Layout.Alignment, System.Single, System.Single, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.StaticLayout..ctor(Java.Lang.ICharSequence, System.Int32, System.Int32, Android.Text.TextPaint, System.Int32, Android.Text.Layout.Alignment, System.Single, System.Single, System.Boolean, Android.Text.TextUtils.TruncateAt, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time..ctor(Android.Text.Format.Time)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time..ctor(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time.Set(System.Int32, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time.Set(System.Int32, System.Int32, System.Int32, System.Int32, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Format.Time.Set(System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Method.DigitsKeyListener..ctor(System.Boolean, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Method.DigitsKeyListener.GetInstance(System.Boolean, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.TimingLogger.Reset(System.String, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.View.BuildDrawingCache(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.View.GetDrawingCache(System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.View.Invalidate(Android.Graphics.Rect)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.View.Invalidate(System.Int32, System.Int32, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowInsets.ReplaceSystemWindowInsets(System.Int32, System.Int32, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.AccessibilityEvent.Obtain(Android.Views.Accessibility.AccessibilityEvent)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.AccessibilityEvent.Obtain(Android.Views.Accessibility.EventTypes)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.AccessibilityNodeInfo.Obtain(Android.Views.Accessibility.AccessibilityNodeInfo)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.AccessibilityNodeInfo.Obtain(Android.Views.View)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.AccessibilityNodeInfo.Obtain(Android.Views.View, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.AccessibilityNodeInfo.CollectionInfo.Obtain(System.Int32, System.Int32, System.Boolean, Android.Views.Accessibility.SelectionMode)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.AccessibilityNodeInfo.CollectionItemInfo.Obtain(System.Int32, System.Int32, System.Int32, System.Int32, System.Boolean, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.AccessibilityRecord.Obtain(Android.Views.Accessibility.AccessibilityRecord)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.AbsoluteLayout.LayoutParams..ctor(Android.Views.ViewGroup.LayoutParams)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.AbsoluteLayout.LayoutParams..ctor(System.Int32, System.Int32, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.AnalogClock..ctor(Android.Content.Context, Android.Util.IAttributeSet)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.AnalogClock..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.AnalogClock..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.CalendarView.SetSelectedDateVerticalBar(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.DialerFilter..ctor(Android.Content.Context, Android.Util.IAttributeSet)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.Gallery.LayoutParams..ctor(Android.Views.ViewGroup.LayoutParams)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.Gallery.LayoutParams..ctor(System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.OverScroller..ctor(Android.Content.Context, Android.Views.Animations.IInterpolator, System.Single, System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.OverScroller..ctor(Android.Content.Context, Android.Views.Animations.IInterpolator, System.Single, System.Single, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost..ctor(Android.Content.Context, Android.Util.IAttributeSet)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost.Setup(Android.App.LocalActivityManager)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost.TabSpec.SetContent(Android.Widget.TabHost.ITabContentFactory)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost.TabSpec.SetContent(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost.TabSpec.SetIndicator(Java.Lang.ICharSequence)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost.TabSpec.SetIndicator(Java.Lang.ICharSequence, Android.Graphics.Drawables.Drawable)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost.TabSpec.SetIndicator(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabHost.TabSpec.SetIndicator(System.String, Android.Graphics.Drawables.Drawable)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabWidget..ctor(Android.Content.Context, Android.Util.IAttributeSet)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabWidget..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabWidget..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabWidget.SetDividerDrawable(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabWidget.SetLeftStripDrawable(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.TabWidget.SetRightStripDrawable(System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomButton..ctor(Android.Content.Context, Android.Util.IAttributeSet)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomButton..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomButton..ctor(Android.Content.Context, Android.Util.IAttributeSet, System.Int32, System.Int32)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ZoomControls..ctor(Android.Content.Context, Android.Util.IAttributeSet)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Dalvik.SystemInterop.DexFile..ctor(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Boolean..ctor(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Byte..ctor(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Double..ctor(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Float..ctor(System.Single)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Float..ctor(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Integer..ctor(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Long..ctor(System.Int64)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Short..ctor(System.Int16)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Math.BigDecimal.Divide(Java.Math.BigDecimal, Java.Math.RoundOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Math.BigDecimal.Divide(Java.Math.BigDecimal, System.Int32, Java.Math.RoundOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Math.BigDecimal.SetScale(System.Int32, Java.Math.RoundOptions)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Observable.NotifyObservers(Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Logging.Logger.Logrb(Java.Util.Logging.Level, System.String, System.String, System.String, System.String, Java.Lang.Object)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Logging.Logger.Logrb(Java.Util.Logging.Level, System.String, System.String, System.String, System.String, Java.Lang.Object[])' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Logging.Logger.Logrb(Java.Util.Logging.Level, System.String, System.String, System.String, System.String, Java.Lang.Throwable)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.ConnectTimeoutException..ctor(System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.AbstractVerifier.Verify(System.String, Java.Security.Cert.X509Certificate)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.AbstractVerifier.Verify(System.String, Javax.Net.Ssl.ISSLSession)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.AbstractVerifier.Verify(System.String, Javax.Net.Ssl.SSLSocket)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.IX509HostnameVerifier.Verify(System.String, Java.Security.Cert.X509Certificate)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.IX509HostnameVerifier.Verify(System.String, Javax.Net.Ssl.ISSLSession)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.IX509HostnameVerifier.Verify(System.String, Javax.Net.Ssl.SSLSocket)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.SSLSocketFactory..ctor(Java.Security.KeyStore)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.SSLSocketFactory..ctor(Java.Security.KeyStore, System.String)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.SSLSocketFactory..ctor(Java.Security.KeyStore, System.String, Java.Security.KeyStore)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Org.Apache.Http.Conn.Ssl.SSLSocketFactory.CreateSocket(Java.Net.Socket, System.String, System.Int32, System.Boolean)' in the contract but not the implementation. -CannotRemoveAttribute : Attribute 'Android.Runtime.RegisterAttribute' exists on 'Android.Telecom.InCallService.SetAudioRoute(Android.Telecom.VideoQuality)' in the contract but not the implementation. diff --git a/tests/api-compatibility/reference/Mono.Android.zip b/tests/api-compatibility/reference/Mono.Android.zip index 11635690274..44177cb7cb2 100644 Binary files a/tests/api-compatibility/reference/Mono.Android.zip and b/tests/api-compatibility/reference/Mono.Android.zip differ