ADM Device could not be created because of "incompatible JDK"

904 Views Asked by At

Android Device Manager prevents me from creating an Android Device because of an incompatible JDK. However, maui-check shows me that i've got OpenJDK 11.0 installed.

Image of error message and maui-check.

Image of device I'm trying to create.

I've tried the "Install and configure Microsoft Mobile OpenJDK" but going through that it just shows me that everything is installed correctly.

Image of JDK install confirmation.

What exactly am I missing here, do I have to install a previous version of the JDK?

1

There are 1 best solutions below

0
hadayago On

Download OpenJDK 8.0.41 from here

Unzipped files in Program Files > JDK > OpenJDK_8.0.41

Update JDK location in Visual Studio 2022, go to Tools > Xamarin > set above folder path in Java Development Kit Location

Original solution