microsoft / vscode-dotnettools

This is a feedback repository to capture issues logged for the C# Dev Kit and related extensions from Visual Studio Code
Other
231 stars 13 forks source link

Android Maui Setup Issues! #1181

Open nsight7118 opened 5 months ago

nsight7118 commented 5 months ago

Describe the feature you'd like

There is no clear cut methodology to install android sdk. Please provide this in the Configure>And How to configure android link. Do we have to set adnroid sdk path and java sdk path befor or after running dotnet build -t:InstallAndroidDependencies -f:net8.0-android -p:AndroidSdkDirectory="" -p:JavaSdkDirectory="" -p:AcceptAndroidSDKLicenses=True. Please indicate if we need to install any android workload. The two methods of accepting licenses do not work. VS Code version: Code 1.89.1 (https://github.com/microsoft/vscode/commit/dc96b837cf6bb4af9cd736aa3af08cf8279f7685, 2024-05-07T05:13:33.891Z) OS version: Windows_NT x64 10.0.19045 Modes:

System Info Extensions (9) A/B Experiments

Alternatives considered

No response

Environment Information

No response

raselldev commented 4 months ago

me too!

mauroa commented 4 months ago

Hi @nsight7118 @raselldev, have you tried following the steps in the extension setup documentation?

https://learn.microsoft.com/en-us/dotnet/maui/get-started/installation?view=net-maui-8.0&tabs=visual-studio-code

Please let us know if that solves your issues. Thanks