作业帮 > 综合 > 作业

Unable to start service intent { cmp = com.water.mp3player/.

来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/05/10 12:07:09
Unable to start service intent { cmp = com.water.mp3player/.DownLoadService } :not found
Unable to start service intent { cmp = com.water.mp3player/.DownLoadService (has extras) } :not found.
Manifest :
\x05
\x05
\x05
调用DownLoadService:
Intent intent = new Intent();
intent.putExtra("mp3Info" ,mp3Info);
intent.setClass(this,DownLoadService.class);
this.startService(intent);
我的DownLoadService没有拼错,这是为什么会找不到DownLoadService.java?
manifest里要声明service
在manifest里添加