Hi! I have an error. The game compiles just fine, but closes as soon as a scene opens. This happened around the time I updated to build 7917, and still happens with 7918.
I tried doing a clean uninstall, I reinstalled stencyl, cleaned the project, but this still happens. I was about to release my game, and now I can't. Any manual fix for this for the time being?
From the logfile:
2014-10-29 16:33:03,054 INFO [Thread-9] stencyl.sw.util.StreamGobbler: E/AndroidRuntime(16618): FATAL EXCEPTION: main
2014-10-29 16:33:03,058 INFO [Thread-9] stencyl.sw.util.StreamGobbler: E/AndroidRuntime(16618): Process: com.hgmobileapps.impossiblemario, PID: 16618
2014-10-29 16:33:03,065 INFO [Thread-9] stencyl.sw.util.StreamGobbler: E/AndroidRuntime(16618): java.lang.IllegalStateException: The meta-data tag in your app's AndroidManifest.xml does not have the right value. Expected 6111000 but found 4323000. 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" />
2014-10-29 16:33:03,070 INFO [Thread-9] stencyl.sw.util.StreamGobbler: E/AndroidRuntime(16618): at com.google.android.gms.common.GooglePlayServicesUtil.E(Unknown Source)
2014-10-29 16:33:03,074 INFO [Thread-9] stencyl.sw.util.StreamGobbler: E/AndroidRuntime(16618): at com.google.android.gms.common.GooglePlayServicesUtil.isGooglePlayServicesAvailable(Unknown Source)
2014-10-29 16:33:03,078 INFO [Thread-9] stencyl.sw.util.StreamGobbler: E/AndroidRuntime(16618): at com.google.android.gms.internal.au.a(Unknown Source)
2014-10-29 16:33:03,082 INFO [Thread-13] stencyl.sw.util.StreamGobbler: I/GAV2 (16594): Thread[GAThread,5,main]: No campaign data found.
2014-10-29 16:33:03,083 INFO [Thread-13] stencyl.sw.util.StreamGobbler: W/ActivityManager( 544): Activity pause timeout for ActivityRecord{42cbe430 u0 com.hgmobileapps.impossiblemario/.MainActivity t115 f}
2014-10-29 16:33:03,084 INFO [Thread-9] stencyl.sw.util.StreamGobbler: E/AndroidRuntime(16618): at com.google.android.gms.internal.bh.bi(Unknown Source)
2014-10-29 16:33:03,091 INFO [Thread-9] stencyl.sw.util.StreamGobbler: E/AndroidRuntime(16618): at com.google.android.gms.internal.bh.a(Unknown Source)
2014-10-29 16:33:03,095 INFO [Thread-9] stencyl.sw.util.StreamGobbler: E/AndroidRuntime(16618): at com.google.android.gms.ads.AdView.loadAd(Unknown Source)
2014-10-29 16:33:03,100 INFO [Thread-9] stencyl.sw.util.StreamGobbler: E/AndroidRuntime(16618): at com.abliblablobla.AdMob.MyAdmob$1.run(MyAdmob.java:68)
2014-10-29 16:33:03,104 INFO [Thread-9] stencyl.sw.util.StreamGobbler: E/AndroidRuntime(16618): at android.os.Handler.handleCallback(Handler.java:733)
2014-10-29 16:33:03,108 INFO [Thread-9] stencyl.sw.util.StreamGobbler: E/AndroidRuntime(16618): at android.os.Handler.dispatchMessage(Handler.java:95)
2014-10-29 16:33:03,115 INFO [Thread-9] stencyl.sw.util.StreamGobbler: E/AndroidRuntime(16618): at android.os.Looper.loop(Looper.java:136)
2014-10-29 16:33:03,120 INFO [Thread-9] stencyl.sw.util.StreamGobbler: E/AndroidRuntime(16618): at android.app.ActivityThread.main(ActivityThread.java:5001)
2014-10-29 16:33:03,124 INFO [Thread-9] stencyl.sw.util.StreamGobbler: E/AndroidRuntime(16618): at java.lang.reflect.Method.invokeNative(Native Method)
2014-10-29 16:33:03,129 INFO [Thread-9] stencyl.sw.util.StreamGobbler: E/AndroidRuntime(16618): at java.lang.reflect.Method.invoke(Method.java:515)
2014-10-29 16:33:03,134 INFO [Thread-9] stencyl.sw.util.StreamGobbler: E/AndroidRuntime(16618): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
2014-10-29 16:33:03,140 INFO [Thread-9] stencyl.sw.util.StreamGobbler: E/AndroidRuntime(16618): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
2014-10-29 16:33:03,145 INFO [Thread-9] stencyl.sw.util.StreamGobbler: E/AndroidRuntime(16618): at de.robv.android.xposed.XposedBridge.main(XposedBridge.java:132)
2014-10-29 16:33:03,149 INFO [Thread-9] stencyl.sw.util.StreamGobbler: E/AndroidRuntime(16618): at dalvik.system.NativeStart.main(Native Method)
2014-10-29 16:33:03,154 INFO [Thread-9] stencyl.sw.util.StreamGobbler: W/ActivityManager( 544): Force finishing activity com.hgmobileapps.impossiblemario/.MainActivity