1. 查看正在運行的模擬器
C:\Windows\System32>adb devices
List of devices attached
emulator-5554 device
2. 查看Install信息
adb shell pm list staged-sessions
3. 重啓模擬器
Package Installer / pending install queue
INSTALL_FAILED_DUPLICATE_PACKAGE Duplicate package com.wehealth.caretaker.hca in pending install requests
adb reboot
如果adb reboot 卡住
adb kill-server
adb start-server
adb devices
adb shell reboot
4. 檢查Android 是否完全啓動
check whether Android has fully booted

5. 檢查應用是否安裝
C:\Windows\System32>adb shell pm list packages | findstr wehealth
如果沒有安裝
adb install -r -t "D:\workspace****one-hca-externalTrial-v65.apk"