Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs on installing Android SDK on mac are obsolete #9516

Open
rotanov opened this issue Nov 15, 2024 · 2 comments
Open

Docs on installing Android SDK on mac are obsolete #9516

rotanov opened this issue Nov 15, 2024 · 2 comments
Assignees
Labels
Area: Documentation Issues with documentation.

Comments

@rotanov
Copy link

rotanov commented Nov 15, 2024

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

  1. Have a clean macos
  2. Download .net9 SDK for mac
  3. sudo dotnet workload install android
  4. try to dotnet build <some_anrdoid_project>
  5. 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

@rotanov rotanov added the needs-triage Issues that need to be assigned. label Nov 15, 2024
@jpobst
Copy link
Contributor

jpobst commented Nov 15, 2024

Looks like this is the updated docs:
https://learn.microsoft.com/en-us/dotnet/android/getting-started/installation/dependencies

@jonpryor @dellis1972 Should we update the https://aka.ms/dotnet-android-install-sdk redirect to point to that doc?

@jpobst jpobst added Area: Documentation Issues with documentation. and removed needs-triage Issues that need to be assigned. labels Nov 15, 2024
@dellis1972
Copy link
Contributor

I have no idea how to update the aka.ms urls?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Documentation Issues with documentation.
Projects
None yet
Development

No branches or pull requests

3 participants