I created ApiDemos project using Eclipse – New Project – Sample command. Trying to execute it on Android emulation, I got installation error. Then I opened data/app directory in the File Explorer, DDMS, and removed two files with name starting from ApiDemos (possibly this was incorrect, but this is done already). Now, trying to execute my ApiDemos project, I have:
[2011-11-15 16:23:19 - ApiDemos] Installation error: INSTALL_FAILED_UPDATE_INCOMPATIBLE [2011-11-15 16:23:19 - ApiDemos] Please check logcat output for more details. [2011-11-15 16:23:19 - ApiDemos] Launch canceled!
LogCat:
package com.example.android.apis signatures do not match the previously installed version, ignoring!
Is it possible to correct this now? I know that I can re-create emulator, but I would like to solve this problem with existing emulator, just to know how it should be done.
uninstall the previous api demos by your adb command
which installed in your emulator.
or try wipe user data while launching the emulator.