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

  • Did they fix the issue? I have the same problem. 
  • Not, and they do not look like much for the work ... Bad customer service ...
  • I'm having tens of thousands of crashes every day on my apps due to java.lang.IllegalStateException. No wonder my earnings have plummeted since the beginning of the year. How has this not been addressed yet?
  • Hello. We have fixed that crashes. Such changes you can monitor in this thread. If you have any problems feel free to write to our support.
Sign In or Register to comment.