I am trying custom cordova plugin for GCM. I have included latest google-play-service.jar in project's libs folder and <meta-data android:name="com.google.android.gms.version" android:value="5089000" />
in AndroidMenifest.xml. But still facing this problem...
E/GooglePlayServicesUtil( 2808): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
W/GooglePlayServicesUtil( 2808): Google Play services out of date. Requires 5089000 but found 4452030
I am developing android app on phonegap. I have found this error message in console window. I supposed to follow this Install the Google Play services SDK, but did't found any build.gradle and proguard-rules.txt
Can any one tell the actual reason? How can I include google-play-service in my phonegap project in an appropriate way? Please help me. I am looking forward to hear from you soon. Thank you.