Thursday, June 2, 2011

ANR keyDispatchingTimedOut

When developing android apps, we tend to use multithread architecture to improve the performance of our application. In such case, there is a high chance that we run in to ANR: keyDispatchingTimedOut error atleast initially. The below links may provide some help in resolving it.

"http://android-developers.blogspot.com/2009/05/painless-threading.html

http://stackoverflow.com/questions/704311/android-how-do-i-investigate-an-anr

http://developer.android.com/guide/appendix/faq/commontasks.html#threading"

No comments:

Post a Comment