Help with newAdmob please ....

Monkey Forums/Monkey Beginners/Help with newAdmob please ....

Chugs(Posted 2014) [#1]
Ok, so I've been trying to implement ads into an android app using the diddy frame work.
From code example in this thread:
http://www.monkey-x.com/Community/posts.php?topic=8002&page=1

When I try to compile the example I get this error:
C:/MonkeyXPro78h/MyShit/AdTest/AdTest.monkey<24> : Error : Identifier 'AdmobInterstitial' not found.

Help Please?


Chugs(Posted 2014) [#2]
Ok I had the mod path wrong.

Now I get this error when i compile:
MonkeyGame.java uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details. <- Whats this?
[javac] 7 errors
[javac] 3 warnings
TRANS FAILED: Android build failed.
Done.