If I run a maui project from command line such as
> dotnet build -f net9.0-android .\MyMauiProject.csproj -t:Run
This starts the app in the USB attached Android Device.
How can I attach to it from Visual Studio 2022?
If I run a maui project from command line such as
> dotnet build -f net9.0-android .\MyMauiProject.csproj -t:Run
This starts the app in the USB attached Android Device.
How can I attach to it from Visual Studio 2022?