On Jun 11, 9:31 am, Mike Lanin <[email protected]> wrote: > I have a problem and cant realize a reason. I have > ClassNotFoundException when starting > Intent i = new Intent(EventInfo.this, AndricoMap.class); > i.putExtra("address", address); > startActivity(i); > > There are log and class below > > 06-11 22:07:32.556: ERROR/AndroidRuntime(413): Uncaught handler: > thread main exiting due to uncaught exception > 06-11 22:07:32.596: ERROR/AndroidRuntime(413): > java.lang.NoClassDefFoundError: org.andrico.andrico.AndricoMap
Are there any other failures in this process earlier in the log? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

