I’m having my app work just fine sometimes, then all of a sudden it’ll crash, reporting that a plugin timed out or didn’t load correctly… Are you guys making changes on your end? I need to get a build of this app up to Google Play like yesterday and am just waiting, not really knowing what to do… Please help!
Here’s one for OneSignal that just popped up randomly - total app crash:
I/ActivityManager( 544): Process com.borderleap.alphaomega (pid 29409) has died. W/ActivityManager( 544): Scheduling restart of crashed service com.borderleap.alphaomega/com.onesignal.SyncService in 5000ms W/WindowManager( 544): Failed looking up window W/WindowManager( 544): java.lang.IllegalArgumentException: Requested window android.os.BinderProxy@41423838 does not exist W/WindowManager( 544): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8669) W/WindowManager( 544): at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8660) W/WindowManager( 544): at com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:930) W/WindowManager( 544): at android.os.BinderProxy.sendDeathNotice(Binder.java:449) W/WindowManager( 544): at dalvik.system.NativeStart.run(Native Method)
And yet another for Vungle which just now apparently seems like Google Play Services not loading or something? This one was random and led to app crash too:
V/Corona (29115): \> Class.forName: CoronaProvider.ads.vungle.LuaLoader E/GooglePlayServicesUtil(29115): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included. D/libc (29115): pt\_debug : pthread\_create-\>start\_routine=0x40ed607d, tls=0x5740bf00, arg=0x56246e48 D/libc (29115): pt\_debug : \_\_thread\_entry-\>func=0x40ed607d D/libc (29115): , tls=0x5740bf00, arg=0x56246e48 W/dalvikvm(29115): threadid=14: thread exiting with uncaught exception (group=0x41027540) V/Corona (29115): \< Class.forName: CoronaProvider.ads.vungle.LuaLoader D/libc (29115): pt\_debug : pthread\_create-\>start\_routine=0x40ed607d, tls=0x5750bf00, arg=0x565456a8 D/libc (29115): pt\_debug : \_\_thread\_entry-\>func=0x40ed607d D/libc (29115): , tls=0x5750bf00, arg=0x565456a8 D/libc (29115): pt\_debug : pthread\_create-\>start\_routine=0x40ed607d, tls=0x5760bf00, arg=0x56246740 D/libc (29115): pt\_debug : \_\_thread\_entry-\>func=0x40ed607d D/libc (29115): , tls=0x5760bf00, arg=0x56246740 V/Corona (29115): Loading via reflection: CoronaProvider.ads.vungle.LuaLoader E/AndroidRuntime(29115): FATAL EXCEPTION: AsyncTask #1 E/AndroidRuntime(29115): java.lang.RuntimeException: An error occured while executing doInBackground() E/AndroidRuntime(29115): at android.os.AsyncTask$3.done(AsyncTask.java:299) E/AndroidRuntime(29115): at java.util.concurrent.FutureTask$Sync.innerSetException(FutureTask.java:273) E/AndroidRuntime(29115): at java.util.concurrent.FutureTask.setException(FutureTask.java:124) E/AndroidRuntime(29115): at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:307) E/AndroidRuntime(29115): at java.util.concurrent.FutureTask.run(FutureTask.java:137) E/AndroidRuntime(29115): at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:230) E/AndroidRuntime(29115): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076) E/AndroidRuntime(29115): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569) E/AndroidRuntime(29115): at java.lang.Thread.run(Thread.java:864) E/AndroidRuntime(29115): Caused by: 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" /\> E/AndroidRuntime(29115): at com.google.android.gms.common.GooglePlayServicesUtil.n(Unknown Source) E/AndroidRuntime(29115): at com.google.android.gms.common.GooglePlayServicesUtil.isGooglePlayServicesAvailable(Unknown Source) E/AndroidRuntime(29115): at com.google.android.gms.common.GooglePlayServicesUtil.m(Unknown Source) E/AndroidRuntime(29115): at com.google.android.gms.ads.identifier.AdvertisingIdClient.g(Unknown Source) E/AndroidRuntime(29115): at com.google.android.gms.ads.identifier.AdvertisingIdClient.getAdvertisingIdInfo(Unknown Source) E/AndroidRuntime(29115): at plugin.applovin.CoronaBeacon$1$1.doInBackground(CoronaBeacon.java:85) E/AndroidRuntime(29115): at plugin.applovin.CoronaBeacon$1$1.doInBackground(CoronaBeacon.java:78) E/AndroidRuntime(29115): at android.os.AsyncTask$2.call(AsyncTask.java:287) E/AndroidRuntime(29115): at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305) E/AndroidRuntime(29115): ... 5 more
I do have a fully-working net connection on the phone…
Thanks,
Nate