0

How are we supposed to show Admob ads in the Multi-Window feature introduced in Android N? The ads are logging that there isn't enough space to show the ad.

Any thoughts?

Thomas Vos
  • 12,271
  • 5
  • 33
  • 71
  • Did you try using SmartBanner type of adMob? – Chris K. Jun 26 '16 at 15:30
  • @ChrisK. Yes, I always use `SMART_BANNER`. – Thomas Vos Jun 26 '16 at 16:12
  • In a couple of relative questions point that fixed dimensions are required. I.e. http://stackoverflow.com/a/26597854/2104724. This stands for tablets that support multi window screens, but I guess that this will happen in N too. – Chris K. Jun 26 '16 at 16:19
  • @ChrisK. Am I allowed to make the AdView smaller? I don't think that really is a good idea... I don't want to get banned because of some reason. – Thomas Vos Jun 26 '16 at 16:29
  • 1
    This is a good point for sure. I'm sorry I can't help you more. – Chris K. Jun 26 '16 at 16:30

1 Answers1

1

I think it was fixed in one of the latest updates. The ads now appear for me when in multi-window.

Thomas Vos
  • 12,271
  • 5
  • 33
  • 71