본문 바로가기

Android

개발중 에러시 디버깅

1.증상:

[2010-08-20 18:32:17 - TestNow] Re-installation failed due to different application signatures.
[2010-08-20 18:32:17 - TestNow] You must perform a full uninstall of the application. WARNING: This will remove the application data!
[2010-08-20 18:32:17 - TestNow] Please execute 'adb uninstall com.commonsware.android.skeleton' in a shell.
[2010-08-20 18:32:17 - TestNow] Launch canceled!

==>해결

E:\android\android\tools>adb uninstall com.commonsware.android.skeleton
Success