You can't update a UI component from a thread that isn't the main (UI ) thread. You ought to be able to post() back to the main thread.
On Aug 1, 10:02 pm, Illidane <[email protected]> wrote: > Hi! > I'm writing some game using OpenGL and have two views : SurfaceView > for OGL and TextView for my score. When I try to update score ( using > BoardScore.setText("bla"); ) from my activity class all just fine, but > when I try to do it from my logic class my app crash. Debugger says > something like ViewRoot$CalledFromWrongThreadException > (id=830053983760) > But I need to update it from logic to know my score. > Do you know something about this issue? > > Thanks for help. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

