Skip to content Skip to sidebar Skip to footer

Android Error While Parsing Xml - Android.os.networkonmainthreadexception

I am getting following error..... 08-18 00:02:19.230: D/CLIPBOARD(17993): Hide Clipboard dialog at Starting input: finished by someone else... ! 08-18 00:02:21.515: E/Connectivity

Solution 1:

This is a Strict-mode violation. In short, you are not supposed to do any network or DB operation on the main thread. Use an AsyncTask for getting the XML.


Post a Comment for "Android Error While Parsing Xml - Android.os.networkonmainthreadexception"