简体   繁体   English

错误无法解析符号ParsePushBroadcastReceiver

[英]Error Cannot resolve symbol ParsePushBroadcastReceiver

I have been trying to set up push notifications in my android studio but im getting this error 我一直在尝试在Android Studio中设置推送通知,但即时通讯收到此错误

Cannot resolve symbol 'ParsePushBroadcastReceiver' Validates resource references inside Android XML files. 无法解析符号'ParsePushBroadcastReceiver'验证Android XML文件中的资源引用。

in my AndroidManifest.xml file 在我的AndroidManifest.xml文件中

On the parse website it says that the device has been registered though but When I send the notification I never get a notification but it says on the website that it went through. 在解析网站上,它说设备已被注册,但是当我发送通知时,我从未收到通知,但在网站上说它已通过。

I have checked my settings and Notifications are allowed for my app. 我已经检查了设置,并允许我的应用程序使用通知。

可能是您正在使用的jar文件未更新。请使用此链接https://parse.com/apps/quickstart#parse_push/android/existing

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM