Exception is clear from the Logs.
Remove "runOnUiThread"
from doInBackground()
.
Network operations must be done in the Background Thread.
2
solved Android HttpGet android.os.NetworkOnMainThreadException [duplicate]
Exception is clear from the Logs.
Remove "runOnUiThread"
from doInBackground()
.
Network operations must be done in the Background Thread.
2
solved Android HttpGet android.os.NetworkOnMainThreadException [duplicate]