I migrated an old project from Eclipse to Android Studio which used gcm.jar for push notifications.
I understand that it is deprecated. But temporarily I want to use the jar file till I change all the code to use the new GCM.
In the gradle file, I added
compile files('libs/gcm.jar')
Though the code gave no compilation errors, the push notifications failed. So, is there a way to use the gcm.jar as of now.