I’ve just done a fresh build to test with and the log is still riddled with vungle errors:
E/GooglePlayServicesUtil(28172): The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
E/Parcel ( 861): Class not found when unmarshalling: com.vungle.publisher.c
E/Parcel ( 861): java.lang.ClassNotFoundException: com.vungle.publisher.c
E/Parcel ( 861): at java.lang.Class.classForName(Native Method)
E/Parcel ( 861): at java.lang.Class.forName(Class.java:251)
E/Parcel ( 861): at java.lang.Class.forName(Class.java:216)
E/Parcel ( 861): at android.os.Parcel.readParcelableCreator(Parcel.java:2133)
E/Parcel ( 861): at android.os.Parcel.readParcelable(Parcel.java:2097)
E/Parcel ( 861): at android.os.Parcel.readValue(Parcel.java:2013)
E/Parcel ( 861): at android.os.Parcel.readArrayMapInternal(Parcel.java:2314)
E/Parcel ( 861): at android.os.Bundle.unparcel(Bundle.java:249)
E/Parcel ( 861): at android.os.Bundle.getString(Bundle.java:1118)
E/Parcel ( 861): at android.content.Intent.getStringExtra(Intent.java:5128)
E/Parcel ( 861): at com.android.server.am.ActivityStackSupervisor.startActivityLocked(ActivityStackSupervisor.java:1453)
E/Parcel ( 861): at com.android.server.am.ActivityStackSupervisor.startActivityMayWait(ActivityStackSupervisor.java:1052)
E/Parcel ( 861): at com.android.server.am.ActivityManagerService.startActivityAsUser(ActivityManagerService.java:4183)
E/Parcel ( 861): at com.android.server.am.ActivityManagerService.startActivity(ActivityManagerService.java:4063)
E/Parcel ( 861): at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:159)
E/Parcel ( 861): at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2650)
E/Parcel ( 861): at android.os.Binder.execTransact(Binder.java:404)
E/Parcel ( 861): at dalvik.system.NativeStart.run(Native Method)
E/Parcel ( 861): Caused by: java.lang.NoClassDefFoundError: com/vungle/publisher/c
E/Parcel ( 861): … 18 more
E/Parcel ( 861): Caused by: java.lang.ClassNotFoundException: Didn’t find class “com.vungle.publisher.c” on path: DexPathList[[directory “.”],nativeLibraryDirectories=[/vendor/lib, /system/lib]]
I haven’t had it crash yet though but the issue was intermittent… I can only assume all the above errors are not good though?