Can't find the error exactly what or where it is in Logcat in Eclipse?

68 Views Asked by At

I'm developing 2d games on Andengine for Android platforms. I'm getting an error but Eclipse doesn't show where or what it is. Can you help me to find it or how can I track the error? You can see the error here

Regards

2

There are 2 best solutions below

2
Abdul Atheem Manasra On

put a:

try { } catch () { }

for your code and print Exception Messages as Toast, or in Log.

Note: your screenshot not obvious at all.

0
Lew  Perren On

Red error is key, fatal error 11, best I can do is to say that appears to be related to a datethread. Does this help you pin point the code? I did search for fatal error 11 on AndEngine and there are discussions, but not directly related to date thread.