Admob Extension, admob.load doesn't work

Hello!
I use this Admob Extension.

I bundled android application and run on Nox.

here is a code.

this is logcat image when start App.

-s “defold” ver.(run many times…)

admob.init worked because logcat show these lines:
DEBUG:SCRIPT: admob event type init
DEBUG:SCRIPT: admob event phase init
DEBUG:SCRIPT: admob event is_error false
DEBUG:SCRIPT: admob event error_code nil

However admob.load() didn’t work and not call function.

I used another code and confirmed that it runs with “if event.phase ==‘init’ then”

Thanks for helping!

I decided using other admob extension.

Thanks!