You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have various projects that target monoandroid13.0. The Azure Pipelines builds for these projects were confirmed working yesterday morning. Today, the builds are failing with errors due to a missing Java SDK. I would expect the Java SDK to be included in the VS installation to support Android workloads. I anticipate this is related to the Visual Studio 17.8 & .NET 8 SDK release.
Versions
Microsoft-hosted agent windows-2022
Environment type (Please select at least one enviroment where you face this issue)
Self-Hosted
Microsoft Hosted
VMSS Pool
Container
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
windows-2022
Version controll system
Git
Relevant log output
15:14:14 [DBG] C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Xamarin\Android\Xamarin.Android.Legacy.targets(254,5): error XA0031: Java SDK 11.0 or above is required when using $(TargetFrameworkVersion) v13.0. [D:\a\1\s\src\**redacted**.csproj::TargetFramework=MonoAndroid13.0]
15:14:14 [DBG] C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Xamarin\Android\Xamarin.Android.Legacy.targets(254,5): error XA0031: Download the latest JDK at: https://aka.ms/msopenjdk [D:\a\1\s\src\**redacted**.csproj::TargetFramework=MonoAndroid13.0]
15:14:14 [DBG] C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Xamarin\Android\Xamarin.Android.Legacy.targets(254,5): error XA0031: Note: the Android Designer is incompatible with Java SDK 11.0: https://aka.ms/vs2019-and-jdk-11 [D:\a\1\s\src\**redacted**.csproj::TargetFramework=MonoAndroid13.0]
I realized this is probably the wrong repo since the actions/runner-images issue template has an option for "Azure DevOps". I'll just follow the other issues I linked.
What happened?
We have various projects that target
monoandroid13.0
. The Azure Pipelines builds for these projects were confirmed working yesterday morning. Today, the builds are failing with errors due to a missing Java SDK. I would expect the Java SDK to be included in the VS installation to support Android workloads. I anticipate this is related to the Visual Studio 17.8 & .NET 8 SDK release.Versions
Microsoft-hosted agent windows-2022
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
windows-2022
Version controll system
Git
Relevant log output
https://dev.azure.com/energyworldnet/proddev/_build/results?buildId=13228&view=logs&s=7d4e458d-e0e0-5f89-c72d-7371ef61b09b
The text was updated successfully, but these errors were encountered: