• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Android app crashes on different android versions

P

Pano

Guest
Hi,
I have this error that causes instant crash when I open my game; I have two android devices and it happen just on the device with android 5.1, not on the device with Oreo 8.1.
From output windows I see:
Igor complete.
/Users/samuele/Library/Android/sdk/platform-tools/adb -s "TA92902A1M" logcat yoyo:V MoPub:V DEBUG:V Ads:V MillennialMediaSDK:V AndroidRuntime:V GAV4:V *:S
--------- beginning of crash
E/AndroidRuntime(24538): FATAL EXCEPTION: main
E/AndroidRuntime(24538): Process: com.pano.swipethesquares, PID: 24538
E/AndroidRuntime(24538): java.lang.RuntimeException: Unable to get provider com.facebook.marketing.internal.MarketingInitProvider: java.lang.ClassNotFoundException: Didn't find class "com.facebook.marketing.internal.MarketingInitProvider" on path: DexPathList[[zip file "/data/app/com.pano.swipethesquares-1/base.apk"],nativeLibraryDirectories=[/data/app/com.pano.swipethesquares-1/lib/arm, /vendor/lib, /system/lib]]
E/AndroidRuntime(24538): at android.app.ActivityThread.installProvider(ActivityThread.java:5087)
E/AndroidRuntime(24538): at android.app.ActivityThread.installContentProviders(ActivityThread.java:4679)
E/AndroidRuntime(24538): at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4619)
E/AndroidRuntime(24538): at android.app.ActivityThread.access$1500(ActivityThread.java:155)
E/AndroidRuntime(24538): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1378)
E/AndroidRuntime(24538): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime(24538): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime(24538): at android.app.ActivityThread.main(ActivityThread.java:5343)
E/AndroidRuntime(24538): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(24538): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime(24538): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:905)
E/AndroidRuntime(24538): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:700)
E/AndroidRuntime(24538): Caused by: java.lang.ClassNotFoundException: Didn't find class "com.facebook.marketing.internal.MarketingInitProvider" on path: DexPathList[[zip file "/data/app/com.pano.swipethesquares-1/base.apk"],nativeLibraryDirectories=[/data/app/com.pano.swipethesquares-1/lib/arm, /vendor/lib, /system/lib]]
E/AndroidRuntime(24538): at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56)
E/AndroidRuntime(24538): at java.lang.ClassLoader.loadClass(ClassLoader.java:511)
E/AndroidRuntime(24538): at java.lang.ClassLoader.loadClass(ClassLoader.java:469)
E/AndroidRuntime(24538): at android.app.ActivityThread.installProvider(ActivityThread.java:5072)
E/AndroidRuntime(24538): ... 11 more
E/AndroidRuntime(24538): Suppressed: java.lang.ClassNotFoundException: com.facebook.marketing.internal.MarketingInitProvider
E/AndroidRuntime(24538): at java.lang.Class.classForName(Native Method)
E/AndroidRuntime(24538): at java.lang.BootClassLoader.findClass(ClassLoader.java:781)
E/AndroidRuntime(24538): at java.lang.BootClassLoader.loadClass(ClassLoader.java:841)
E/AndroidRuntime(24538): at java.lang.ClassLoader.loadClass(ClassLoader.java:504)
E/AndroidRuntime(24538): ... 13 more
E/AndroidRuntime(24538): Caused by: java.lang.NoClassDefFoundError: Class not found using the boot class loader; no stack available

Unable to get provider com.facebook.marketing.internal.MarketingInitProvider

what is it??

I have searched on the web but with poor results.... can you help me?
Thanks
 
Top