Just updated SDK and SDK tools in Eclipse, tried to run my application on Honeycomb and got the following:
[2011-01-28 00:22:12 - Androzic] Uploading Androzi
Had the same issue,
If your application is installed previously go to
Settings > Applications > Manage Applications > Uninstall your app from the emulator
Then
Right click on your project folder > run as > android application
If your app was not installed previously
Restart Eclipse and clean your project and run like before. In my case I solved the problem.