为了账号安全,请及时绑定邮箱和手机立即绑定

做了个简单的安卓音乐播放器 但是在运行的时候出现了错误,logcat如下

做了个简单的安卓音乐播放器 但是在运行的时候出现了错误,logcat如下

java小学三班 2016-12-26 15:22:08
12-26 07:08:21.891: E/AndroidRuntime(788): FATAL EXCEPTION: main 12-26 07:08:21.891: E/AndroidRuntime(788): java.lang.RuntimeException: Unable to instantiate service                                             com.example.music.MusicService: java.lang.ClassCastException:                                 com.example.music.MusicService cannot be cast to android.app.Service 12-26 07:08:21.891: E/AndroidRuntime(788):  at android.app.ActivityThread.handleCreateService(ActivityThread.java:2513) 12-26 07:08:21.891: E/AndroidRuntime(788):  at android.app.ActivityThread.access$1600(ActivityThread.java:141) 12-26 07:08:21.891: E/AndroidRuntime(788):  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316) 12-26 07:08:21.891: E/AndroidRuntime(788):  at android.os.Handler.dispatchMessage(Handler.java:99) 12-26 07:08:21.891: E/AndroidRuntime(788):  at android.os.Looper.loop(Looper.java:137) 12-26 07:08:21.891: E/AndroidRuntime(788):  at android.app.ActivityThread.main(ActivityThread.java:5041) 12-26 07:08:21.891: E/AndroidRuntime(788):  at java.lang.reflect.Method.invokeNative(Native Method) 12-26 07:08:21.891: E/AndroidRuntime(788):  at java.lang.reflect.Method.invoke(Method.java:511) 12-26 07:08:21.891: E/AndroidRuntime(788):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793) 12-26 07:08:21.891: E/AndroidRuntime(788):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560) 12-26 07:08:21.891: E/AndroidRuntime(788):  at dalvik.system.NativeStart.main(Native Method) 12-26 07:08:21.891: E/AndroidRuntime(788): Caused by: java.lang.ClassCastException: com.example.music.MusicService cannot be cast to android.app.Service 12-26 07:08:21.891: E/AndroidRuntime(788):  at android.app.ActivityThread.handleCreateService(ActivityThread.java:2510) 12-26 07:08:21.891: E/AndroidRuntime(788):  ... 10 more 12-26 07:08:29.281: E/Trace(806): error opening trace file: No such file or directory (2) 12-26 07:08:29.341: E/AndroidRuntime(806): FATAL EXCEPTION: main 12-26 07:08:29.341: E/AndroidRuntime(806): java.lang.RuntimeException: Unable to instantiate service                                         com.example.music.MusicService: java.lang.ClassCastException: co                                    m.example.music.MusicService cannot be cast to android.app.Service 12-26 07:08:29.341: E/AndroidRuntime(806):  at android.app.ActivityThread.handleCreateService(ActivityThread.java:2513) 12-26 07:08:29.341: E/AndroidRuntime(806):  at android.app.ActivityThread.access$1600(ActivityThread.java:141) 12-26 07:08:29.341: E/AndroidRuntime(806):  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316) 12-26 07:08:29.341: E/AndroidRuntime(806):  at android.os.Handler.dispatchMessage(Handler.java:99) 12-26 07:08:29.341: E/AndroidRuntime(806):  at android.os.Looper.loop(Looper.java:137) 12-26 07:08:29.341: E/AndroidRuntime(806):  at android.app.ActivityThread.main(ActivityThread.java:5041) 12-26 07:08:29.341: E/AndroidRuntime(806):  at java.lang.reflect.Method.invokeNative(Native Method) 12-26 07:08:29.341: E/AndroidRuntime(806):  at java.lang.reflect.Method.invoke(Method.java:511) 12-26 07:08:29.341: E/AndroidRuntime(806):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793) 12-26 07:08:29.341: E/AndroidRuntime(806):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560) 12-26 07:08:29.341: E/AndroidRuntime(806):  at dalvik.system.NativeStart.main(Native Method) 12-26 07:08:29.341: E/AndroidRuntime(806): Caused by: java.lang.ClassCastException: com.example.music.MusicService cannot be cast to android.app.Service 12-26 07:08:29.341: E/AndroidRuntime(806):  at android.app.ActivityThread.handleCreateService(ActivityThread.java:2510) 12-26 07:08:29.341: E/AndroidRuntime(806):  ... 10 more 12-26 07:13:57.142: E/Trace(941):             error opening trace file: No such file or directory (2) 12-26 07:13:57.601: E/AndroidRuntime(941): FATAL EXCEPTION: main 12-26 07:13:57.601: E/AndroidRuntime(941): java.lang.RuntimeException: Unable to instantiate service                                                  com.example.music.MusicService: java.lang.ClassCastExcepti                                                    on: com.examp                                                                                 le.music.MusicService cannot be cast to android.app.Service 12-26 07:13:57.601: E/AndroidRuntime(941):  at android.app.ActivityThread.handleCreateService(ActivityThread.java:2513) 12-26 07:13:57.601: E/AndroidRuntime(941):  at android.app.ActivityThread.access$1600(ActivityThread.java:141) 12-26 07:13:57.601: E/AndroidRuntime(941):  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316) 12-26 07:13:57.601: E/AndroidRuntime(941):  at android.os.Handler.dispatchMessage(Handler.java:99) 12-26 07:13:57.601: E/AndroidRuntime(941):  at android.os.Looper.loop(Looper.java:137) 12-26 07:13:57.601: E/AndroidRuntime(941):  at android.app.ActivityThread.main(ActivityThread.java:5041) 12-26 07:13:57.601: E/AndroidRuntime(941):  at java.lang.reflect.Method.invokeNative(Native Method) 12-26 07:13:57.601: E/AndroidRuntime(941):  at java.lang.reflect.Method.invoke(Method.java:511) 12-26 07:13:57.601: E/AndroidRuntime(941):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793) 12-26 07:13:57.601: E/AndroidRuntime(941):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560) 12-26 07:13:57.601: E/AndroidRuntime(941):  at dalvik.system.NativeStart.main(Native Method) 12-26 07:13:57.601: E/AndroidRuntime(941): Caused by: java.lang.ClassCastException: com.example.music.MusicS                                                ervice cannot be cast to android.app.Service 12-26 07:13:57.601: E/AndroidRuntime(941):  at android.app.ActivityThread.handleCreateService(ActivityTh                                                    read.java:2510) 12-26 07:13:57.601: E/AndroidRuntime(941):  ... 10 more 12-26 07:14:08.661: E/Trace(960):         error opening trace file: No such file or directory (2) 12-26 07:14:08.711: E/AndroidRuntime(960): FATAL EXCEPTION: main 12-26 07:14:08.711: E/AndroidRuntime(960): java.lang.RuntimeException: Unable to instantiate service com.example.music.MusicService: java.lang.ClassCastException: com.example.music.MusicService cannot be cast to android.app.Service 12-26 07:14:08.711: E/AndroidRuntime(960):  at android.app.ActivityThread.handleCreateService(ActivityThread.java:2513) 12-26 07:14:08.711: E/AndroidRuntime(960):  at android.app.ActivityThread.access$1600(ActivityThread.java:141) 12-26 07:14:08.711: E/AndroidRuntime(960):  at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1316) 12-26 07:14:08.711: E/AndroidRuntime(960):  at android.os.Handler.dispatchMessage(Handler.java:99) 12-26 07:14:08.711: E/AndroidRuntime(960):  at android.os.Looper.loop(Looper.java:137) 12-26 07:14:08.711: E/AndroidRuntime(960):  at android.app.ActivityThread.main(ActivityThread.java:5041) 12-26 07:14:08.711: E/AndroidRuntime(960):  at java.lang.reflect.Method.invokeNative(Native Method) 12-26 07:14:08.711: E/AndroidRuntime(960):  at java.lang.reflect.Method.invoke(Method.java:511) 12-26 07:14:08.711: E/AndroidRuntime(960):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793) 12-26 07:14:08.711: E/AndroidRuntime(960):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560) 12-26 07:14:08.711: E/AndroidRuntime(960):  at dalvik.system.NativeStart.main(Native Method) 12-26 07:14:08.711: E/AndroidRuntime(960):     Caused by: java.lang.ClassCastException: com.example.music.Mu                                               sicService cannot be cast to android.app.Service 12-26 07:14:08.711: E/AndroidRuntime(960):  at android.app.ActivityThread.handleCreateService(ActivityThread.java:2510) 12-26 07:14:08.711: E/AndroidRuntime(960):  ... 10 more
查看完整描述

1 回答

?
java小学三班

TA贡献1条经验 获得超0个赞

谢谢各位大神!小弟刚开始学 ..问题幼稚

现在已经找到了问题所在

查看完整回答
反对 回复 2016-12-26
  • 1 回答
  • 0 关注
  • 2167 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信