It was fine 12 hours ago. Only saw this error now.
05-17 09:17:11.336: E/GooglePlayServicesUtil(13503): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
05-17 09:17:11.344: E/OneSignal(13503): Could not register with GCM due to an error with the AndroidManifest.xml file or with ‘Google Play services’.
05-17 09:17:11.344: E/OneSignal(13503): java.lang.IllegalStateException: The meta-data tag in your app’s AndroidManifest.xml does not have the right value. Expected 4242000 but found 8487000. You must have the following declaration within the <application> element: <meta-data android:name=“com.google.android.gms.version” android:value="@integer/google_play_services_version" />
05-17 09:17:11.344: E/OneSignal(13503): at com.google.android.gms.common.GooglePlayServicesUtil.n(Unknown Source)
05-17 09:17:11.344: E/OneSignal(13503): at com.google.android.gms.common.GooglePlayServicesUtil.isGooglePlayServicesAvailable(Unknown Source)
05-17 09:17:11.344: E/OneSignal(13503): at com.onesignal.PushRegistratorGPS.checkPlayServices(PushRegistratorGPS.java:83)
05-17 09:17:11.344: E/OneSignal(13503): at com.onesignal.PushRegistratorGPS.registerForPush(PushRegistratorGPS.java:59)
05-17 09:17:11.344: E/OneSignal(13503): at com.onesignal.OneSignal.startRegistrationOrOnSession(OneSignal.java:334)
05-17 09:17:11.344: E/OneSignal(13503): at com.onesignal.OneSignal.init(OneSignal.java:311)
05-17 09:17:11.344: E/OneSignal(13503): at OneSignal.LuaLoader$InitFunction.invoke(LuaLoader.java:110)
05-17 09:17:11.344: E/OneSignal(13503): at com.ansca.corona.JavaToNativeShim.nativeResize(Native Method)
05-17 09:17:11.344: E/OneSignal(13503): at com.ansca.corona.JavaToNativeShim.resize(JavaToNativeShim.java:381)
05-17 09:17:11.344: E/OneSignal(13503): at com.ansca.corona.graphics.opengl.CoronaGLSurfaceView$CoronaRenderer.onSurfaceChanged(CoronaGLSurfaceView.java:378)
05-17 09:17:11.344: E/OneSignal(13503): at com.ansca.corona.graphics.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1612)
05-17 09:17:11.344: E/OneSignal(13503): at com.ansca.corona.graphics.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1378)