Question

I'm having some problems with an application that is already on the market. Point is it worked perfectly on android 3.0 and previously, but on ICS the app gives the "application not installed" if tried to launch from the menu, but it works fine if launched from the market. I know is a known bug but cant fix it yet.

this is the market link: https://market.android.com/details?id=test.App1&feature=search_result#?t=W251bGwsMSwxLDEsInRlc3QuQXBwMSJd

and this is the link to pastebin(the formatting was killing me, sorry for that): http://pastebin.com/AsZ0bTrd

Was it helpful?

Solution

I can reproduce the issue and I got an exception, that the permission for the external storage is wrong.

I took a look at your manifest and the only difference I found is that you have a closing tag for this permission but not for the others.

Try to remove the closing tag and close it directly...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top