After long gap, was busy with other projects, I tried to compile and check the excellent admob sample,
Well it gave error as below,
Any help will be appreciated, where to fix the code.
[B4XPages] Admob Example
Check this other excellent example from @Jack Cole. To help the new members to make money with B4A, I tried to compile all the relevant Admob code (except mediation) of the forum in this example and put comments and links. This is a work in progress. Any code and sample to improve this example...
www.b4x.com
Well it gave error as below,
B4X:
B4A Version: 11.50
Parsing code. (0.10s)
Java Version: 8
Building folders structure. (0.03s)
Compiling code. (0.12s)
ObfuscatorMap.txt file created in Objects folder.
Compiling layouts code. (0.07s)
Organizing libraries. (1.30s)
(AndroidX SDK)
Compiling resources (1.42s)
Linking resources (1.43s)
Compiling generated Java code. Error
B4A line: 62
End Sub
javac 1.8.0_261
src\admob\tests\adshelper.java:542: error: method does not override or implement a method from a supertype
@Override
^
Any help will be appreciated, where to fix the code.