Remove app from computing unit

How do I remove a test application I added to the computation unit?

I followed this basic tutorial to add the app via Android ADB command-line tool: Getting Started with NRSDK - NRSDK (gitbook.io)

Hi developer. For ADB wireless connection, please use the command ‘adb shell pm list packages’, then find the app you want to uninstall, enter the command ‘adb uninstall com.xxx.xxx’. For Type-C wired connection, just use Scrcpy and find the app, then click ‘uninstall’. Also, you can uninstall app through glass, find the app and long-press the controller button, then select ‘uninstall’. Hope the methods above can be helpful to you.

1 Like