pusher / pusher-websocket-android

Library built on top of pusher-websocket-java for Android. Want Push Notifications? Check out Pusher Beams!
MIT License
36 stars 12 forks source link

java.langlNoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/iid/InstanceIdListenerService; #34

Closed YoonjaeYoo closed 7 years ago

YoonjaeYoo commented 7 years ago

I'm facing this error.

03-13 01:58:53.798 22410-22410/com.soomgo.debug I/art: Rejecting re-init on previously-failed class java.lang.Class<com.pusher.android.notifications.gcm.GCMInstanceIDListenerService>: java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/iid/InstanceIDListenerService;
03-13 01:58:53.798 22410-22410/com.soomgo.debug I/art:     at void com.pusher.android.PusherAndroid.<init>(java.lang.String, com.pusher.android.PusherAndroidOptions, com.pusher.android.PusherAndroidFactory) (PusherAndroid.java:37)
03-13 01:58:53.798 22410-22410/com.soomgo.debug I/art:     at void com.pusher.android.PusherAndroid.<init>(java.lang.String) (PusherAndroid.java:27)

Anybody knows the reason?

YoonjaeYoo commented 7 years ago

My bad. Closing this.