1,234
edits
Changes
→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>