만약 안드로이드 프로젝트를 새로 생성하고 폰이든 에뮬레이터든 빌드를 할 때 가끔 이런 메시지를 볼 때가 있다.
[2011-11-22 10:15:33 - androidText_Mac] Re-installation failed due to different application signatures.
패키지가 중복되서 그런건데 이럴때는 당황하지 말고 AndroidSDK 설치 폴더에 paltform-tools에 adb shell을 열어서
adb uninstall 패키지명을 적어준다. 그러면 재인스톨하여 실행되는 것을 확인할 수 있다.
[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 패키지명을 적어준다. 그러면 재인스톨하여 실행되는 것을 확인할 수 있다.
'Android' 카테고리의 다른 글
Json 2차원 배열 출력하기(http 통신 Gson 이용) (1) | 2011.11.28 |
---|---|
web상에 있는 json 파일을 http통신을 통하여 받아서 출력하기.(Gson 이용) (0) | 2011.11.28 |
JSON을 GSON으로 쓰는 방법. (0) | 2011.11.24 |
MacBook에서 안드로이드 PATH 설정방법 (0) | 2011.11.22 |
Android에서 jsp로 데이터 파라미터 전송하는 방법 (6) | 2011.09.08 |