Buck: buck uninstall
Support Ukraine. Help Provide Humanitarian Aid to Ukraine.

buck uninstall

Uninstalls the APK for an android_binary target.

Takes an android_binary target, determines the id of the application that it is meant to build, and uninstalls it by running adb uninstall <application_id>:

buck uninstall //java/com/myawesomeapp

Parameters

    None.