Appodeal plugin - Banners giving errors - Android

Hi to all, 

Anyone got Appodeal work with android ? (I tried with the latest corona build for Mac and with )

I tried the example in the git:

https://github.com/coronalabs/plugins-sample-appodeal

I was changed appKey for my android appKey that I got in the Appodeal site

When I tried to show a banner I got this errors:

SM-G920I: Process: com.gmail.XXXXXX.appodealSample, PID: 23371

SM-G920I: java.lang.NullPointerException: Attempt to invoke virtual method ‘boolean java.lang.String.equalsIgnoreCase(java.lang.String)’ on a null object reference

SM-G920I: at plugin.appodeal.LuaLoader$show$1.run(LuaLoader.java:646)

SM-G920I: at android.os.Handler.handleCallback(Handler.java:739)

SM-G920I: at android.os.Handler.dispatchMessage(Handler.java:95)

SM-G920I: at android.os.Looper.loop(Looper.java:158)

SM-G920I: at android.app.ActivityThread.main(ActivityThread.java:7229)

SM-G920I: at java.lang.reflect.Method.invoke(Native Method)

SM-G920I: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1230)

SM-G920I: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1120)

SM-G920I:   Force finishing activity com.gmail.XXXXX.appodealSample/com.ansca.corona.CoronaActivity

Nov 07 09:05:52.142 SM-G920I

Nov 07 09:05:52.143 : Activity pause timeout for ActivityRecord{c5e8b4e u0 com.gmail.XXXXX.appodealSample/com.ansca.corona.CoronaActivity t3973 f} 

When I tried show interstitial and videos both give me this errors:

SM-G920I: Appodeal event: video ad failed to load

SM-G920I: Appodeal event: interstitial ad failed to load

It looks like you have forgotten to specify a position for the banner.

The call should look something like this:

appodeal.show(“banner”, { yAlign=“bottom” })

As for the “ad failed to load” messages:

  1. You must link an Admob account for Appodeal to work

  2. You must use the exact same bundle id in your app that you specified when registering the app in the Appodeal dashboard

It looks like you have forgotten to specify a position for the banner.

The call should look something like this:

appodeal.show(“banner”, { yAlign=“bottom” })

As for the “ad failed to load” messages:

  1. You must link an Admob account for Appodeal to work

  2. You must use the exact same bundle id in your app that you specified when registering the app in the Appodeal dashboard