bejohi
bejohi

Reputation: 13

Xamarin.Android Dev with Rider - Change JDK Version back to 1.8

We are currently developing a Xamarin.Forms Application under Mac OS with Jetbrains Rider. We are running into this error The "AdjustJavacVersionArguments" task failed unexpectedly when we try to run the Xamarin.Droid App in the Emulator. To solve this issue we want to set the JDK back to Version 1.8 (right now it is 1.9, which seems not to work at all).

Where can we do this in Rider? We havn't found any option for this in the global-, or project- specific settings.

Upvotes: 1

Views: 1682

Answers (1)

Robbit
Robbit

Reputation: 4358

Please refer to this.

JetBrains Rider includes JetBrains Runtime (based on OpenJDK 8), which is used by default.

1) On the Help menu, click Find Action, or press Ctrl+Shift+A.

2) Find and select the Switch IDE boot JDK action.

3) Select the desired JDK and click OK.

Upvotes: 1

Related Questions