This usually happens if you rename the Activity (or move it to a different package). The system get confused because its cached the old name somewhere. A reboot usually fixes this but not always. The workaround is to add a dummy Activity at the old location (which is a subclass of the new Activity)...
On Sep 14, 9:42 am, Chister Nordvik <[email protected]> wrote: > Hi. > > I have an app with about 200.000 users and recently upgraded it. This > has worked fine before but now I suddenly got 30-40 emails and lot of > 1* because the app icon didn't work anymore. It said the program > wasn't installed. If they went to "My Downloads" in the Android Market > they could open the app just fine from there. > > I asked the users to reboot and that solved the issue for all of them. > Four days later I had to update again and the problem reappeared for > the users. 30-40 new emails and I am very concerned about pushing out > new upgrades. > > This problem seemed to affect different devices but at least HTC > Desire with 2.1 was affected. > > Is this an Android bug or related in some way to my Manifest file? I > don't believe I have changed anything in the manifest lately to > trigger anything like this. > > Hope someone can provide any assistance. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

