diff --git a/Configuration.props b/Configuration.props
index 4239731a034..6196c65c032 100644
--- a/Configuration.props
+++ b/Configuration.props
@@ -166,8 +166,8 @@
13114758_latest
$(AndroidSdkFullPath)\cmdline-tools\$(CommandLineToolsFolder)\bin
- 9364964
- 32.1.9
+ 15004761
+ 36.4.10
$(AndroidSdkFullPath)\emulator
emulator
emulator.exe
diff --git a/build-tools/scripts/TestApks.targets b/build-tools/scripts/TestApks.targets
index d8f484ed44b..2a98197cabf 100644
--- a/build-tools/scripts/TestApks.targets
+++ b/build-tools/scripts/TestApks.targets
@@ -25,7 +25,7 @@
default
true
false
- -no-window -no-boot-anim $(TestAvdExtraBootArgs)
+ -no-window -no-boot-anim -gpu swiftshader $(TestAvdExtraBootArgs)
pixel_4
system-images;android-$(TestAvdApiLevel);$(TestAvdType);$(TestAvdAbi)
XamarinAndroidTestRunner$(TestAvdApiLevel)-$(TestAvdAbi)
diff --git a/tests/Mono.Android-Tests/Mono.Android-Tests/Android.Runtime/JnienvArrayMarshaling.cs b/tests/Mono.Android-Tests/Mono.Android-Tests/Android.Runtime/JnienvArrayMarshaling.cs
index 6683807633e..57d23df27b2 100644
--- a/tests/Mono.Android-Tests/Mono.Android-Tests/Android.Runtime/JnienvArrayMarshaling.cs
+++ b/tests/Mono.Android-Tests/Mono.Android-Tests/Android.Runtime/JnienvArrayMarshaling.cs
@@ -264,6 +264,7 @@ public void SetArrayItem_JavaLangString ()
}
[Test]
+ [Category ("CoreCLRIgnore")] //TODO: https://github.com/dotnet/android/issues/10973
public void GetObjectArray ()
{
using (var byteArray = new Java.Lang.Object (JNIEnv.NewArray (new byte[]{1,2,3}), JniHandleOwnership.TransferLocalRef)) {