Hello, i'm having that logcat error when trying to run my app in my motorola xoom with eclipse.
I did some research and all i found is that the problem with that name occurs when using web views or some other web interaction, but my app nevers does something like that.
What could posibly be wrong?
Thanks in advance.
Oscar Obeso.
Comments
I suspect that there is a Lua error, and because of that error your program is finished and while exiting you're seeing this message. Can you see more information on logcat?
I don't know if it is a lua error, but don't think so because the game runs perfectly on android player. Here are some more messages from the logcat:
01-22 11:43:54.310: W/MediaPlayer(6136): mediaplayer went away with unhandled events
01-22 11:43:57.270: E/libEGL(6136): call to OpenGL ES API with no current context (logged once per thread)
01-22 11:43:57.280: W/IInputConnectionWrapper(6136): showStatusIcon on inactive InputConnection
Thank you for your time!
Cheers!