I am trying to integrate google plaus module for google signon https://github.com/Sitata/titanium_google_plus . But it gives below error:
[ERROR] : TiApplication: (main) [1003,1603] Sending event: exception on thread: main msg:java.lang.IllegalStateException: The meta-data tag in your app's AndroidManifest.xml does not have the right value. Expected 6171000 but found 4132500. 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" />; Titanium 3.5.1,2015/03/05 10:08,96875c9 [ERROR] : TiApplication: java.lang.IllegalStateException: The meta-data tag in your app's AndroidManifest.xml does not have the right value. Expected 6171000 but found 4132500. 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" /> [ERROR] : TiApplication: at com.google.android.gms.common.GooglePlayServicesUtil.E(Unknown Source) [ERROR] : TiApplication: at com.google.android.gms.common.GooglePlayServicesUtil.isGooglePlayServicesAvailable(Unknown Source) [ERROR] : TiApplication: at com.appcelerator.aps.CCPushService.registerGCM(CCPushService.java:316) [ERROR] : TiApplication: at com.appcelerator.aps.APSCloudPush$2.onReceived(APSCloudPush.java:1030) [ERROR] : TiApplication: at com.appcelerator.aps.CCPushService$1.onPostExecute(CCPushService.java:116) [ERROR] : TiApplication: at com.appcelerator.aps.CCPushService$1.onPostExecute(CCPushService.java:95) [ERROR] : TiApplication: at android.os.AsyncTask.finish(AsyncTask.java:631) [ERROR] : TiApplication: at android.os.AsyncTask.access$600(AsyncTask.java:177) [ERROR] : TiApplication: at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:644) [ERROR] : TiApplication: at android.os.Handler.dispatchMessage(Handler.java:99) [ERROR] : TiApplication: at android.os.Looper.loop(Looper.java:137) [ERROR] : TiApplication: at android.app.ActivityThread.main(ActivityThread.java:5162) [ERROR] : TiApplication: at java.lang.reflect.Method.invokeNative(Native Method) [ERROR] : TiApplication: at java.lang.reflect.Method.invoke(Method.java:525) [ERROR] : TiApplication: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:756) [ERROR] : TiApplication: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:572) [ERROR] : TiApplication: at miui.dexspy.DexspyInstaller.main(DexspyInstaller.java:171) [ERROR] : TiApplication: at dalvik.system.NativeStart.main(Native Method)