Thread.stop()不起作用!发生异常

时间:2014-08-11 13:23:40

标签: android multithreading

Intent bgmusic=new Intent(context, SFMusic.class);
            context.stopService(bgmusic);
            musicThread.stop();

何时通过stop()方法停止线程(musicThread),Unsupported Operation Exception就会出现。

线程将继续。 (线程正在播放免费音乐)。

E/MediaPlayer﹕ Should have subtitle controller already set is shown.

请帮帮我 ............

0 个答案:

没有答案