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
When you install .net9 on a clean mac and then install android workload and try to build an android project, you get error about Android SDK not being found. It suggests you to visit https://aka.ms/dotnet-android-install-sdk which is outdated since based on visual studio for mac.
Steps to Reproduce
Have a clean macos
Download .net9 SDK for mac
sudo dotnet workload install android
try to dotnet build <some_anrdoid_project>
get a message about Android SDK not being found and a URL https://aka.ms/dotnet-android-install-sdk with obsolete instructions, since it's based on visual studio for mac
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered:
Android framework version
net9.0-android
Affected platform version
macos sequoia
Description
When you install .net9 on a clean mac and then install android workload and try to build an android project, you get error about Android SDK not being found. It suggests you to visit https://aka.ms/dotnet-android-install-sdk which is outdated since based on visual studio for mac.
Steps to Reproduce
sudo dotnet workload install android
dotnet build <some_anrdoid_project>
Did you find any workaround?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: