Open main menu

CDOT Wiki β

Changes

MAP524/DPS924 Lab 1

1 byte removed, 16:20, 1 July 2015
Part C: Start an Android Virtual Device (AVD) and install your app.
<li>Use this adb command to connect to your AVD:</li>
<pre>adb shell</pre>
<li><Now that you have a shell on the AVD you can list all installed packages using the pm command like this </li>
<pre>pm list packages</pre>
<li>Use the pm command to remove your app. You'll have to use the full package name like this </li>