Hi!
My app crashes when initializing googleplayservices:
апр. 22 06:26:31.243 m2 note: init googleplay network
апр. 22 06:26:31.251 m2 note: FATAL
апр. 22 06:26:31.264 EXCEPTION: main
m2 note: Process: ru.rbowent.alotofwordsgame, PID: 18587
m2 note: java.lang.IllegalStateException: The meta-data tag in your app’s AndroidManifest.xml does not have the right value. Expected 4242000 but found 9683000. 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" />
апр. 22 06:26:31.265 m2 note: at com.google.android.gms.common.GooglePlayServicesUtil.n(Unknown Source)
m2 note: at com.google.android.gms.common.GooglePlayServicesUtil.isGooglePlayServicesAvailable(Unknown Source)
m2 note: at CoronaProvider.gameNetwork.google.GameHelper.beginUserInitiatedSignIn(GameHelper.java:348)
m2 note: at CoronaProvider.gameNetwork.google.LuaLoader$3.run(LuaLoader.java:192)
m2 note: at android.os.Handler.handleCallback(Handler.java:815)
m2 note: at android.os.Handler.dispatchMessage(Handler.java:104)
m2 note: at android.os.Looper.loop(Looper.java:194)
m2 note: at android.app.ActivityThread.main(ActivityThread.java:5691)
m2 note: at java.lang.reflect.Method.invoke(Native Method)
m2 note: at java.lang.reflect.Method.invoke(Method.java:372)
m2 note: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:959)
m2 note: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:754)
апр. 22 06:26:31.265 m2 note: Force finishing activity 1 ru.rbowent.alotofwordsgame/com.ansca.corona.CoronaActivity
апр. 22 06:26:31.525 m2 note: Scheduling restart of cr
апр. 22 06:26:31.525 ashed service ru.rbowent.alotofwordsgame/shared.google.play.services.base.PackageStateChangedService in 1000ms
It was Ok few days ago. What could it be?
Thanks.