AdMob plugin sample Error

Hey forum!

I want to implement adds in some of my projects, so I decided to use AdMob.
I have downloded sample project from here:


As it is recomended here:

But when I open this project in my Solar2D simulator console I get next error:

Can anyone please tell me what is happening and how can I fix this?

The top of the error tells you the problem:
‘“plugin_admob” not found’. How I would troubleshoot this:

  1. The plugin has no stubs for the simulator which means you have to put an if condition around it and try it on an actual device.
  2. Check if you have the latest version of Solar2d if you don’t it is trying to download it from an infrastructure that doesn’t exist.
  3. The build setting is not correct. Check https://plugins.solar2d.com/ for the correct syntax.