Hi! Looking at the crash reports from google play we’re seeing an increase in crashes from the appodeal plugin since updating with the latest version in our apps. About 1 - 1.5% of our sessions gets this null pointer crash. Would be great if this could be fixed!
java.lang.NullPointerException :
at plugin.appodeal.LuaLoader.dispatchLuaEvent (LuaLoader.java:285)
at plugin.appodeal.LuaLoader.access$1600 (LuaLoader.java:39)
at plugin.appodeal.LuaLoader$AppodealInterstitialDelegate.onInterstitialFailedToLoad (LuaLoader.java:1268)
at com.appodeal.ads.r$2.run (Unknown Source)
at android.os.Handler.handleCallback (Handler.java:815)
at android.os.Handler.dispatchMessage (Handler.java:104)
at android.os.Looper.loop (Looper.java:207)
at android.app.ActivityThread.main (ActivityThread.java:5692)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:905)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:766)
Let me know if i should forward this to the appodeal team as well
Thanks!