today I tried integrating the TapForTap network with AdWhirl and a custom event. Apparently many people have been able to achieve this without any errors, but I wasn't one of them. My code is my ad class that loads my ads whenever it is initialised. Here is my Ad.java class: http://pastebin.com/TppQeqUh and the error that I then see in LogCat: http://pastebin.com/pv4Rpz8U . Thank you and I hope someone can help me with my problem :)
Asked
Active
Viewed 110 times
2 Answers
2
Are you sure nothing is inadvertently modifying adWhirlLayout
's adWhirlInterface
property? I've been able to get things working properly with our sample code, so it seems like either adWhirlLayout.adWhirlInterface
isn't pointing to the right place, or you've got a typo somewhere (which I didn't find in your code).

Wes Goodman
- 116
- 3
-
I use Eclipse so it should recognise typos. Idk im trying AdMob Ad mediation now – Nik Jun 22 '12 at 21:24