blob: c6a9d943afe2cceb57c5e17e59b2235d70096f0e [file] [log] [blame]
{namespace buck.command.uninstall}
/***/
{template .soyweb}
{call buck.page}
{param title: 'buck uninstall' /}
{param description}
A command that uninstalls the APK for an android_binary target.
{/param}
{param content}
{call buck.command}
{param overview}
Uninstalls the APK for an <a
href="{ROOT}rule/android_binary.html"><code>android_binary</code></a> target.
<p>
Takes an <a href="{ROOT}rule/android_binary.html">
<code>android_binary</code></a> target, determines the id of the application
that it is meant to build, and uninstalls it by running
{sp}<code>adb uninstall &lt;application_id&gt;</code>:
<pre>
buck uninstall &#x2F;/java/com/myawesomeapp
</pre>
{/param}
{param params}
None.
{/param}
{/call}
{/param} // content
{/call} // buck.page
{/template}