Android INSTALL_FAILED_INVALID_URI
Just for the record:
For me it turned out to be an umlaut (ä,ü,ö) Problem in the Project name.
I did the following to solve it:
Refactor
->Rename
(replaced the umlauts)- did a
Project
->Clean
Hope this saves some time to others… took me quite a while.
Turned out to be a ROM issue. I reflashed to a newer ROM and everything works just fine now. Seems to be a fairly common problem actually.
For ME, it wanted the full path.
- pm install joe.apk failed.
- pm install ./joe.apk failed.
- chmod'ed everything, still failed.
- pm install /data/joe.apk worked.