Quantcast
Channel: How can I fix 'android.os.NetworkOnMainThreadException'? - Stack Overflow
Viewing all articles
Browse latest Browse all 191

Answer by Dr.Luiji for How can I fix 'android.os.NetworkOnMainThreadException'?

$
0
0

I solved this problem using a new Thread.

Thread thread = new Thread(new Runnable() {    @Override    public void run() {        try  {            //Your code goes here        } catch (Exception e) {            e.printStackTrace();        }    }});thread.start(); 

Viewing all articles
Browse latest Browse all 191

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>