I'm becoming crazy...
I tried three times to reinstall Monterey and Visual Studio 2022 Enterprise for Mac.
Fresh install of Monterey last version at today on mac intel (12.4).
Install of visual studio 2022 enterprise for mac last version at today (17.0.1 build 72).
Android SDK Manager does not work.
How to reproduce the problem:
Android SDK Location and Java SDK Location are ok.
I cannot use "Report a Problem because it does not work.
I can open "Report a Problem" but if i click on "Report a New Problem" button nothing happens and sometimes Visual Studio crashes.
Please, help me.
I have the same problem. I worked around it, by using the SDK Command Prompt in Visual Studio 2022 (Tools->SDK Command Prompt). I have version 17.0.2 (build 8) Community Version. Once in the terminal, change into cmdline-tools/[version]/bin. You can then list available packages:
./sdkmanager --list
You can install various packages:
./sdkmanager --install "system-images;android-26;default;x86"
./sdkmanager --install "platforms;android-26"
Restart Visual Studio to see the changes applied. I was then able to create a device for testing.