Hi, I’ve been working on updating Appodeal plugin to 2.8.1., using the official Solar2D plugin. However, one of my apps crashes about 10 seconds after run. I get the following error from the logcat:
java.lang.AbstractMethodError: abstract method "void com.appodeal.ads.utils.EventsTracker$EventsListener.onImpressionStored(com.appodeal.ads.AdType, java.lang.String)
I did a lot of testing and found out the following: the app crashes when using banners and interstitials, but only with Appodeal Unity plugin enabled. So I guess when the Unity video loads up.
Note that this only happens if you have enough video impressions to run Unity ads ( 50000 daily impressions, you can check this in Appodeal dashboard).
Any ideas? I can get the app running if I disable banner ads or unity ads. Either one is far from ideal.