MyEslPod / TODO

0 stars 0 forks source link

Could not execute method of the activity at android.view.View$1.onClick #177

Closed lw1a2 closed 10 years ago

lw1a2 commented 10 years ago

version: 1.8.3 os: 4.4.2 mobile: LG Nexus 5

https://www.google.com/analytics/web/#report/app-content-crashes/a46283877w77245857p80654704/%3F_u.date00%3D20140613%26_u.date01%3D20140618%26explorer-table.plotKeys%3D[]%26explorer-table.secSegmentId%3Danalytics.mobileDeviceInfo%26explorer-segmentExplorer.segmentId%3Danalytics.exceptionDescription/

Thread: main, Exception: java.lang.IllegalStateException: Could not execute method of the activity at android.view.View$1.onClick(View.java:4011) at android.view.View.performClick(View.java:4647) at android.view.ViewRootImpl.performClickHelper(ViewRootImpl.java:910) at android.view.ViewRootImpl.performClick(ViewRootImpl.java:919) at android.view.ViewRootImpl$ViewRootHandler.handleMessage(ViewRootImpl.java:3385) at android.os.Handler.dispatchMessage(Handler.java:122) at android.os.Looper.loop(Looper.java:136) at android.app.ActivityThread.main(ActivityThread.java:5105) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:515) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595) at dalvik.system.NativeStart.main(Native Method) Caused by: java.lang.reflect.InvocationTargetException at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:515) at android.view.View$1.onClick(View.java:4006) ... 12 more Caused by: java.lang.NullPointerException at com.lw1a2.myeslpod.aw.playNext(Unknown Source) at com.lw1a2.myeslpod.Detail.k(Unknown Source) at com.lw1a2.myeslpod.Detail.playNext(Unknown Source) ... 15 more

Thread: main, Exception: java.lang.IllegalStateException: Could not execute method of the activity at android.view.View$1.onClick(View.java:4011) at android.view.View.performClick(View.java:4647) at android.view.ViewRootImpl.performClickHelper(ViewRootImpl.java:910) at android.view.ViewRootImpl.performClick(ViewRootImpl.java:919) at android.view.ViewRootImpl$ViewRootHandler.handleMessage(ViewRootImpl.java:3385) at android.os.Handler.dispatchMessage(Handler.java:122) at android.os.Looper.loop(Looper.java:136) at android.app.ActivityThread.main(ActivityThread.java:5105) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:515) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595) at dalvik.system.NativeStart.main(Native Method) Caused by: java.lang.reflect.InvocationTargetException at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:515) at android.view.View$1.onClick(View.java:4006) ... 12 more Caused by: java.lang.NullPointerException at com.lw1a2.myeslpod.MyMediaPlayer.playNext(Unknown Source) at com.lw1a2.myeslpod.Detail.playNextImpl(Unknown Source) at com.lw1a2.myeslpod.Detail.playNext(Unknown Source) ... 15 more

lw1a2 commented 10 years ago

It may be caused by ERR_INIT_MY_MEDIA_PLAYER