Maui adb additional parameters
I need to test a Maui applicaiton on a physical android device.
The app recorded a error, to see where it went wrong I need to attach a Debugger.
Now my phone has Secure Folder from Samsung, this is something I want to keep and not remove. I noted that the "adb shell pm list packages" command failed when it ran using Rider. If I run the same command but append "--user 0" the command executes successfully.
How can I make sure that either Rider or something in csproj appends this to all adb commands?
Or are there other fixes for this issue?
0 Replies