Appodeal - java.lang.NullPointerException

I started to get into crashes Google Developer Console. It began in December. Their Stack trace similar.

java.lang.NullPointerException: Attempt to invoke virtual method 'void com.ansca.corona.CoronaRuntimeTaskDispatcher.send(com.ansca.corona.CoronaRuntimeTask)' on a null object reference at plugin.appodeal.LuaLoader.dispatchLuaEvent(LuaLoader.java:277) at plugin.appodeal.LuaLoader.access$1700(LuaLoader.java:37) at plugin.appodeal.LuaLoader$AppodealInterstitialDelegate.onInterstitialFailedToLoad(LuaLoader.java:1238) at com.appodeal.ads.q$3.run(SourceFile:204) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:135) at android.app.ActivityThread.main(ActivityThread.java:5349) at java.lang.reflect.Method.invoke(Native Method) at java.lang.reflect.Method.invoke(Method.java:372) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:908) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:703)

java.lang.NullPointerException: Attempt to invoke virtual method 'void com.ansca.corona.CoronaRuntimeTaskDispatcher.send(com.ansca.corona.CoronaRuntimeTask)' on a null object reference at plugin.appodeal.LuaLoader.dispatchLuaEvent(LuaLoader.java:277) at plugin.appodeal.LuaLoader.access$1700(LuaLoader.java:37) at plugin.appodeal.LuaLoader$AppodealVideoDelegate.onSkippableVideoFailedToLoad(LuaLoader.java:1293) at com.appodeal.ads.aj$5.run(SourceFile:276) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:135) at android.app.ActivityThread.main(ActivityThread.java:5912) at java.lang.reflect.Method.invoke(Native Method) at java.lang.reflect.Method.invoke(Method.java:372) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1405) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1200)

java.lang.NullPointerException: Attempt to invoke virtual method 'void com.ansca.corona.CoronaRuntimeTaskDispatcher.send(com.ansca.corona.CoronaRuntimeTask)' on a null object reference at plugin.appodeal.LuaLoader.dispatchLuaEvent(LuaLoader.java:277) at plugin.appodeal.LuaLoader.access$1700(LuaLoader.java:37) at plugin.appodeal.LuaLoader$AppodealBannerDelegate.onBannerFailedToLoad(LuaLoader.java:1192) at com.appodeal.ads.j$4.run(SourceFile:214) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:135) at android.app.ActivityThread.main(ActivityThread.java:5421) at java.lang.reflect.Method.invoke(Native Method) at java.lang.reflect.Method.invoke(Method.java:372) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:914) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:707)

Does anybody have any such errors?

Does any information on this issue?

This is a known issue (Android only) which is fixed in the next release of the plugin that is scheduled to be released this week.

This particular issue only happened after a user quit the app and is due to an internal listener that was still active which could sometimes trigger an event even though the user had quit the app.

This is a known issue (Android only) which is fixed in the next release of the plugin that is scheduled to be released this week.

This particular issue only happened after a user quit the app and is due to an internal listener that was still active which could sometimes trigger an event even though the user had quit the app.