android-gcm
android-gcm copied to clipboard
sender id not set on constructor
Getting reported with this error more often from Google Play:
java.lang.IllegalStateException: sender id not set on constructor at com.google.android.gcm.a.a(Unknown Source) at com.google.android.gcm.a.onHandleIntent(Unknown Source) at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:135) at android.os.HandlerThread.run(HandlerThread.java:61)