
다른 사용자가 이 기기에 호환되지 않는 버전을 설치했기 때문에 이 앱을 설치할 수 없습니다
$ adb devices # List of devices attached # R3CM80P32CD device # emulator-5554 authorizing -------------------------------------- # 방법1. 쉘에 붙어서 작업 $ adb -s [디바이스이름] shell # adb -s R3CM80P32CD shell $ pm uninstall [앱패키지명] # pm uninstall com.mobile_90 -------------------------------------- # 방법2. adb 명령어로 바로 작업 $ adb -s [디아비스이름] uninstall [앱패키지명] # adb -s R3CM80P32CD uninstall com.algocareapp.debug