标签: android push-notification google-cloud-messaging
我将旧项目从Eclipse迁移到Android Studio,后者使用gcm.jar进行推送通知。
我知道它已被弃用。但暂时我想使用jar文件,直到我更改所有代码以使用新的GCM。
在gradle文件中,我添加了
compile files('libs/gcm.jar')
虽然代码没有给出编译错误,但推送通知失败了。那么,到目前为止有没有办法使用gcm.jar。