본문 바로가기

Android

안드로이드 패키지 중복

만약 안드로이드 프로젝트를 새로 생성하고 폰이든 에뮬레이터든 빌드를 할 때 가끔 이런 메시지를 볼 때가 있다.

[2011-11-22 10:15:33 - androidText_Mac] Re-installation failed due to different application signatures.

[2011-11-22 10:15:33 - androidText_Mac] You must perform a full uninstall of the application. WARNING: This will remove the application data!

[2011-11-22 10:15:33 - androidText_Mac] Please execute 'adb uninstall com.tistory.sunwoont' in a shell.

[2011-11-22 10:15:33 - androidText_Mac] Launch canceled!


패키지가 중복되서 그런건데 이럴때는 당황하지 말고 AndroidSDK 설치 폴더에 paltform-tools에 adb shell을 열어서

adb uninstall 패키지명을 적어준다. 그러면 재인스톨하여 실행되는 것을 확인할 수 있다.