adb shell (进入模拟器自带的操作系统) cd data/app (切换到apk的安装目录) rm com.test.TestActivity.apk (手动删除apk包,下次就不会再见到这个Android程序了)