0

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 :)

Nik
  • 1,033
  • 2
  • 11
  • 28

2 Answers2

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
1

I ended up using Admob Mediation, which is basically the same thing.

Nik
  • 1,033
  • 2
  • 11
  • 28