您的位置:首页 > 其它

unable to start service intent

2013-05-14 10:13 369 查看
intent.setClass(this, DownloadService.class);
<service android:name=".service.DownloadService"/>

上面这样写就错了,

下面是对的。

intent.setClass(Mp3ListActivity.this, DownloadService.class);

<service android:name=".service.DownloadService"></service>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: