반응형
[2010-02-15 14:18:54 - AndroidTest]Re-installation failed due to different application signatures.
[2010-02-15 14:18:54 - AndroidTest]You must perform a full uninstall of the application. WARNING: This will remove the application data!
[2010-02-15 14:18:54 - AndroidTest]Please execute 'adb uninstall google.android.test' in a shell.
검색을 통해서 해결 방법을 알아냈다.
에뮬레이터에 이미 실행중인 프로그램과 새로 실행할려는 프로그램의 차이가 많이나서 이런 오류가 난다고 합니다.
해결 방법은에뮬레이터에 이미 올라가 있는 프로그램을 삭제하는 것입니다.
Setting > Applications > ManageApplications
으로 들어간 후 프로그래명을 선택한 다음 Uninstall 을 클릭하면 됩니다. ^^
반응형
'Programming > Android' 카테고리의 다른 글
[Android] 에뮬레이터 실행 화면 (0) | 2010.02.25 |
---|---|
[Android] Activity 전환 (0) | 2010.02.18 |
[Android] Slidingdrawer (2) - horizontal (0) | 2010.02.15 |
[Android] Slidingdrawer (1) - vertical (0) | 2010.02.15 |
[Android] HTTP 통신 기초 (0) | 2010.02.01 |