본문 바로가기

프로그래밍 세상/안드로이드 이야기

Please execute 'adb uninstall kr.or.khnmc.mobile.rinfo' in a shell. 이런 에러는?

Installing RoundInfo.apk...

Re-installation failed due to different application signatures.

You must perform a full uninstall of the application. WARNING: This will remove the application data!

Please execute 'adb uninstall kr.or.khnmc.mobile.rinfo' in a shell.

Launch canceled!


Eclipse 에서 폰이나 탭으로 실행하려고 할 경우 위와 같은 에러가 발생하는 경우가 있다.

왜?! 이런 에러가 발생하는 것일까?!


Installing RoundInfo.apk... 

메시지 후에 발생한 에러로 Install 도중 오류가 발생하였거나 문제가 있었던 것 같음 ( 내 생각 )


이 에러가 발생했을 경우는 cmd 창에서 에러 메시지처럼 실행하면 된다.

adb uninstall kr.or.khnmc.mobile.rinfo


But!!!!

실행 - cmd + Enter 후 위와 같은 명령어를 실행했을 때


'adb'은(는) 내부 또는 외부 명령, 실행할 수 있는 프로그램, 또는 배치 파일이 아닙니다.

라는 에러 메시지가 발생한다.


이 경우는 path 에 adb 가 있는 위치가 등록되지 않아서 그런것이므로 path 에 등록하거나

adb 가 있는 위치로 이동하면 된다.


내가 android-sdk 를 설치한 위치는 C:\Program Files\Android\android-sdk 이므로


C:\Program Files\Android\android-sdk\platform-tools>adb uninstall kr.or.khnmc.mobile.rinfo


로 실행한다면 약간의 시간이 흐른 뒤 Success 라는 반가운 문자열을 보게 될 것이다.


다시 Run 하게 되면 다른 에러가 없다면 정상적으로 실행이 될 것이다.


실행이 되야 할껄?! ^^?


'프로그래밍 세상 > 안드로이드 이야기' 카테고리의 다른 글

안드로이드 참고 사이트  (0) 2012.04.24