Thread thread= new Thread(runnable);
thread.start();
和
new Thread(new runnable()).start();
都用过,不行。
贴出完整代码和错误信息,这样大家才能帮忙解决的
把报错信息贴出来
只能在主线程更新ui