AdMob error

devjet

Member
Licensed User
Longtime User
I have been trying to setup the AdMob feature, but something went wrong. I get the below error.... I probably missed something obvious, but can't find what it is... anyone with a hint where I have to search?
Is it a problem with my google account?

HTML:
Compiling code.                         0.01
Generating R file.                      0.00
Compiling generated Java code.          Error
B4A line: 62
Activity.AddView(AdView1, 0dip, 0dip, 320dip, 50dip) 'previously the height was 48dip. Now it is 50dip.
javac 1.6.0_25
src\KJ\BaNews\main.java:251: cannot access com.google.ads.AdView
class file for com.google.ads.AdView not found
mostCurrent._activity.AddView((android.view.View)(mostCurrent._adview1.getObject()),anywheresoftware.b4a.keywords.Common.DipToCurrent((int)(0)),anywheresoftware.b4a.keywords.Common.DipToCurrent((int)(0)),anywheresoftware.b4a.keywords.Common.DipToCurrent((int)(320)),anywheresoftware.b4a.keywords.Common.DipToCurrent((int)(50)));
                                                                                ^
1 error
 
Top