android.os.NetworkOnMainThreadException json android [duplicate]

Blocking requests can not run on the UI Thread, They should run on a separate thread. Use an AsyncTask. Read this.

Browse More Popular Posts

Leave a Comment