[2013-07-21 11:14:01 - AndroidTrial] Installation failed due to invalid URI!
[2013-07-21 11:14:01 - AndroidTrial] Please check logcat output for more details.
[2013-07-2
In my case the problem was the Android project name as it contained German umlauts: äüö... I refactored the name and it worked.
In my case it was because I had changed the name of my app the strings.xml file:
<string name="app_name">My App</string>
Removing the app and reinstalling it solved the problem.
This error can point to so many different things, and there is many different fixes. To sum those I've gathered:
Android tools
-> Rename application package
(rename to something similar, you can always rename back).Settings
-> Applications
-> Allow unknown sources/enable debugging
(this path can vary for different devices)