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.