Antony
Antony

Reputation: 603

Android Launch canceled! Error in console

When I run the application on Device/Emulator getting error as

Re-installation failed due to different application signatures. [2011-04-19 10:11:20 - enga] You must perform a full uninstall of the application. WARNING: This will remove the application data! [2011-04-19 10:11:20 - enga] Please execute 'adb uninstall com.engatest' in a shell. Launch canceled!

Executed the command in Terminal. But the error still Exists.

Upvotes: 2

Views: 2250

Answers (2)

defim
defim

Reputation: 472

Just use in a root shell to remove completely

pm uninstall PACK.AGE.NAME

in your case

pm uninstall com.engatest

Upvotes: 0

user1368606
user1368606

Reputation: 165

Try to uninstall application from device maually. If still the problem exists Change your Package name. Hope that will solve the problem.

Upvotes: 4

Related Questions