I'm trying to run (debug) my Android application in Eclipse for the
first time. Each time I run it I get a RuntimeException before the
OnCreate() method of the initial activity is invoked. I have no idea
why.

Thread Group [main]
        Thread [<3> main] (Suspended (exception RuntimeException))
                ActivityThread$PackageInfo.makeApplication(boolean) line: 509
                ActivityThread.handleBindApplication(ActivityThread$AppBindData)
line: 3943
                ActivityThread.access$2900(ActivityThread, ActivityThread
$AppBindData) line: 119
                ActivityThread$H.handleMessage(Message) line: 1859
                ActivityThread$H(Handler).dispatchMessage(Message) line: 99
                Looper.loop() line: 123
                ActivityThread.main(String[]) line: 4310
                Method.invokeNative(Object, Object[], Class, Class[], Class, 
int,
boolean) line: not available [native method]
                Method.invoke(Object, Object...) line: 521
                ZygoteInit$MethodAndArgsCaller.run() line: 860
                ZygoteInit.main(String[]) line: 618
                NativeStart.main(String[]) line: not available [native method]
        Thread [<13> Binder Thread #2] (Running)
        Thread [<11> Binder Thread #1] (Running)

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en

Reply via email to