Second to letting it crash to figure out what the exception actually
is. RuntimeException is a general exception class than
many exceptions get wrapped/cast to.

Since it's happening on activity start, it's probably either  a
classNotFound exception (did you add your activity to your manifest)
or a problem in your onCreate() method.


Jonathan

On Jan 20, 11:18 am, Kostya Vasilyev <kmans...@gmail.com> wrote:
> Hit "Resume" in Eclipse and let it crash all the way.
>
> Then check the logcat for a detailed error message.
>
> 20.01.2011 22:09, bob пишет:
>
>
>
>
>
>
>
>
>
> > I keep getting the following error in my Android app:
>
> > Thread [<1>  main] (Suspended (exception RuntimeException))
> >    ActivityThread.performLaunchActivity(ActivityThread
> > $ActivityClientRecord, Intent) line: 1622
> >    ActivityThread.handleLaunchActivity(ActivityThread
> > $ActivityClientRecord, Intent) line: 1638
> >    ActivityThread.access$1500(ActivityThread, ActivityThread
> > $ActivityClientRecord, Intent) line: 117
> >    ActivityThread$H.handleMessage(Message) line: 928
> >    ActivityThread$H(Handler).dispatchMessage(Message) line: 99
> >    Looper.loop() line: 123
> >    ActivityThread.main(String[]) line: 3647
> >    Method.invokeNative(Object, Object[], Class, Class[], Class, int,
> > boolean) line: not available [native method]
> >    Method.invoke(Object, Object...) line: 507
> >    ZygoteInit$MethodAndArgsCaller.run() line: 839
> >    ZygoteInit.main(String[]) line: 597
> >    NativeStart.main(String[]) line: not available [native method]
>
> > Anyone know what this means?
>
> --
> Kostya Vasilyev -- WiFi Manager + pretty widget 
> --http://kmansoft.wordpress.com

-- 
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