android調(diào)試是出現(xiàn):Re-installation failed due to different application signatures
我是在導(dǎo)入已經(jīng)存在的項(xiàng)目時出現(xiàn)的錯誤Re-installation failed due to different application signatures調(diào)試信息如下:
[2011-06-09 10:08:37 - ApiDemos] Re-installation failed due to different application signatures.
[2011-06-09 10:08:37 - ApiDemos] You must perform a full uninstall of the application. WARNING: This will remove the application data!
[2011-06-09 10:08:37 - ApiDemos] Please execute 'adb uninstall com.example.android.apis' in a shell.
[2011-06-09 10:08:37 - ApiDemos] Launch canceled!
在網(wǎng)上查是這樣的:
這時先運(yùn)行android模擬機(jī),并在cmd內(nèi)運(yùn)行,當(dāng)然你要定位adb.exe的目錄,我是放在E:\android\android-sdk-windows\platform-tools 下
E:\android\android-sdk-windows\platform-tools> adb uninstall com.example.android.apis.
重新運(yùn)行就可以了