On 6 September 2010 13:28, Tauno Talimaa <tau...@gmail.com> wrote:
>  Hi all,
>
> I'm seeing some strange crash reports in Android Market and I can't really
> tell how this could be caused by our application. The reason is always
> ClassNotFoundException or NoClassDefFoundError.
> The exact traces come in various flavors and they have happened for a total
> of ~100 times - here's one (reported 37 times):

What your app do? Is it calling any other application for example? If so,
ensure you do try/catch around startActivity() - users' device may not
have it at all.

> java.lang.RuntimeException: Unable to instantiate application
> com.company.product.MyApplication: java.lang.ClassNotFoundException:
   ^^^^^^^^^^^^^^^^^

you shouldn't name your classes that way unless you really own company.com
domain

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to