I followed the tutorial from Shin-Nil from gifthub, but it says "Admob Java Singleton not found", i've check everything the sdk, adb, jaesigner, everything seems to be working (btw i can export the apk, i mean it works), what did i do wrong??
Sounds like you haven't added some node or script relating to admob to your projects autoload. But that's just me guessing, I've never used admob.
@Megalomaniak said: Sounds like you haven't added some node or script relating to admob to your projects autoload. But that's just me guessing, I've never used admob.
From my understanding, the engine doesn't have the singleton AdMob and i don't know why, i followed every step i dunno why its not working. Any suggestions?
OK, reading the github repos read-me, it states the following:
Admob Java Singleton not found: this module is Android only, so the Admob Java singleton will only exists on Android platform. In other words, you will be able to run it on an Android device (or emulator) only, it will not work on editor or on another platform.
https://github.com/Shin-NiL/Godot-Android-Admob-Plugin#troubleshooting
edit: basically you should be fine just ignoring it as far as I can tell.