bertrandmartel / speed-test-lib

:cloud: JSpeedTest : speed test client library for Java/Android
MIT License
381 stars 119 forks source link

error android.os.NetworkOnMainThreadException #75

Open guizot opened 4 years ago

guizot commented 4 years ago

I got android.os.NetworkOnMainThreadException Error when execute speedTestSocket.startDownload("http://ipv4.ikoula.testdebit.info/1M.iso")

AndroidPat commented 4 years ago

You need to do it on a background thread. See the Async example in the documentation.