Failed to resolve target intent service, Error while delivering the message: ServiceIntent not found

前端 未结 4 1240
予麋鹿
予麋鹿 2020-12-18 19:58

I try to make gcm work.

When our server sends a push notification I got these two errors in my app\'s log:

E/GcmReceiver(8049

4条回答
  •  一生所求
    2020-12-18 20:34

    You should have these 3 services in your manifest. You're missing the one with the action com.google.android.c2dm.intent.RECEIVE

        
            
                
            
        
    
        
            
                
            
        
    
        
    

提交回复
热议问题