[Solved] Android HttpGet android.os.NetworkOnMainThreadException [duplicate]

[ad_1]

Exception is clear from the Logs.

Remove "runOnUiThread" from doInBackground().

Network operations must be done in the Background Thread.

2

[ad_2]

solved Android HttpGet android.os.NetworkOnMainThreadException [duplicate]