13.04.2011 18:32, lbendlin ?????:
at com.es.tele.tele.<init>(tele.java:77)

What's at line 77?

The default no-arguments constructor generated by the compiler :)

More interesting is line 100 in ContextWrapper.java, one line up in the stack dump.

    @Override
    public Context getApplicationContext() {
*        return mBase.getApplicationContext();*
    }

mBase is null because onCreate hasn't been called yet.

--
Kostya Vasilyev -- 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 [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

Reply via email to