I've intergrated admob into my android phonegap app using the smartphone web method. In test mode, test ad will be shown everytime i open the app. Testing with live ad also a success, although sometimes it does not show. A few weeks ago, I noticed that my app no longer show any ad. Change to test mode also will not shown the test ad.
I check the logcat, and found these 2 errors.
12-02 08:12:15.394: D/PhoneGapLog(1824): http://mmv.admob.com/static/iphone/iadmob.js: Line 1 : TypeError: Result of expression 'R[Z]' [undefined] is not an object.
12-02 08:12:15.394: E/Web Console(1824): TypeError: Result of expression 'R[Z]' [undefined] is not an object. at http://mmv.admob.com/static/iphone/iadmob.js:1
Are the 2 lines above causing the admob not working? Anyone encounter this problem before? Thank you.
EDIT: I use this javascript code to load the ads.
var admob_vars = { pubid: my_pub_ID, bgcolor: '7F90AA', text: 'FFFFFF', test: true };