How to integrate Admob to the game

Anyone knows how to integrate Google Admob to a game? Im using cocos creator 3.6.1.
Was tried the SDKBox before, but it seems shut down already. Anyone knows any alternative?

You can try using Yodo1 Mas, it have multiple ad networks integrated in a single SDK including Admob. It only supports Android at the moment.

Hi, bro!
First, publish your project to Android platform.
Then a standard android project will be generated under the path of YourProjectFolder/build/android/xxxx.

Since the android project generated by Cocos Creator did not as much as a normal android project does.
So, just launch your AndroidStudio and import it.
Integrate the SDKs whatever your want following the documentation of the ever SDK.
I think it’s easy to get things done.