C
C#

Maui adb additional parameters

Maui adb additional parameters

Ppiet 🙂11/21/2023
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?

Looking for more? Join the community!

C
C#

Maui adb additional parameters

Join Server