Re: [android-developers] Strange ClassNotFoundException

2012-01-30 Thread Mort
The manifest contains the class. There also weren't any changes to the manifest entry or the imports of the receiver class. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Strange ClassNotFoundException

2012-01-30 Thread Kostya Vasilyev
I have a bunch of these in my Market console, about one per 1500 actual installed copies. Most of them are listed as coming from Other devices, which does not necessarily mean weird no-name ones (e.g. I know the Galaxy S comes through as Other), and 3 are listed as Nexus One and 5 as Droid.

Re: [android-developers] Strange ClassNotFoundException

2012-01-30 Thread Daniel Drummond
This can also happen when the app is moved to the SD card if it receives an intent while moving. On Jan 30, 2012 7:42 AM, T.M.S.VIJAYKUMARR iamvijayaku...@gmail.com wrote: Please check your manifest file your receiver class register or not. On Mon, Jan 30, 2012 at 1:04 PM, Mort

[android-developers] Strange ClassNotFoundException

2012-01-29 Thread Mort
Hi, I got several mails about my app crashing since the recent update. In the developer console, I see several stack traces with a ClassNotFoundException. Strange thing is, the class surely exists, and the error doesn't seem to happen on every device. At least the developer edition (i.e. debug

Re: [android-developers] Strange ClassNotFoundException

2012-01-29 Thread T.M.S.VIJAYKUMARR
Please check your manifest file your receiver class register or not. On Mon, Jan 30, 2012 at 1:04 PM, Mort m...@sto-helit.de wrote: Hi, I got several mails about my app crashing since the recent update. In the developer console, I see several stack traces with a ClassNotFoundException.