PHPz2017-04-17 16:28:48
Your thread has not been started, what should you do?
new Thread().start();
高洛峰2017-04-17 16:28:48
Have you caught the exception? Is getNametext() placed in the onCreate() method? Can a real browser access this data?
天蓬老师2017-04-17 16:28:48
Why don't you try the data on the Internet? The local data is very ambiguous...
And this one can't be started with .start()?
ringa_lee2017-04-17 16:28:48
To run thread, you need to add start
In addition, put a log in it to see if there is an exception
catch (IOException e) {
e.printStackTrace();
}