speed-test-lib
speed-test-lib copied to clipboard
error android.os.NetworkOnMainThreadException
I got android.os.NetworkOnMainThreadException Error when execute
speedTestSocket.startDownload("http://ipv4.ikoula.testdebit.info/1M.iso")
You need to do it on a background thread. See the Async example in the documentation.