speed-test-lib icon indicating copy to clipboard operation
speed-test-lib copied to clipboard

error android.os.NetworkOnMainThreadException

Open guizot opened this issue 5 years ago • 1 comments

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

guizot avatar Nov 13 '19 03:11 guizot

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

AndroidPat avatar Oct 12 '20 22:10 AndroidPat