I suspect from your logging that your code may be trying to hit up a
system service before the activity has it's context set up correctly.
Basically, you can't do anything that requires Context until your
'onCreate()' method is called (you can do it *in* onCreate, just not
before).

On Aug 24, 12:09 am, Chaoz1336 <stoffe...@gmail.com> wrote:
> they ARE compatible...
> Its NOT like I would use them directly out of a j2me .class file,
> it works fine with interfaces, otherwise wouldnt my code proceed that
> far. I only got the prob with the error mentoined above, ... =/
--~--~---------~--~----~------------~-------~--~----~
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