java.lang.IllegalStateException
I have a app with sounds, i try the 2 options: Sounboard or Music Player... With the 2 I got this crash:
java.lang.IllegalStateException
com.pikasapps.wolfsounds.AudioIntentReceiver.onReceive
java.lang.RuntimeException:
at android.app.ActivityThread.handleReceiver (ActivityThread.java:3584)
at android.app.ActivityThread.access$1300 (ActivityThread.java:235)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1779)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:214)
at android.app.ActivityThread.main (ActivityThread.java:6981)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1445)
Caused by: java.lang.IllegalStateException:
at android.app.ContextImpl.startServiceCommon (ContextImpl.java:1666)
at android.app.ContextImpl.startService (ContextImpl.java:1611)
at android.content.ContextWrapper.startService (ContextWrapper.java:677)
at android.content.ContextWrapper.startService (ContextWrapper.java:677)
at com.pikasapps.wolfsounds.AudioIntentReceiver.onReceive (Unknown Source:28)
at android.app.ActivityThread.handleReceiver (ActivityThread.java:3575)
Comments