Skip to content Skip to sidebar Skip to footer

Whats This Exception?

I have an activity (BookMarks) that is called from main activity. BookMarks throw an exception (not all the time) I can't figure out what this exception means. I/ActivityManager(

Solution 1:

I think this is your problem

E/bm run catch(25558): Only the original thread that created a view hierarchy can touch its views.

Where are you setting your Adapter for your ListView? Also, could you post code from your Activity?

Post a Comment for "Whats This Exception?"