Android: AdMob not working

前端 未结 7 1887
甜味超标
甜味超标 2021-01-17 17:38

AdMob won\'t show in my app. Every time I invoke loadAd(..) I get the following errors:

Requesting resource 0x7f0b000e failed because it

7条回答
  •  既然无缘
    2021-01-17 18:08

    In your layout file (activity_welcome.xml), the adview container (RelativeLayout) layout width/height looks strange to me. And I think it is useless in your use case.
    Change from:

    
    
        
    
    

    to:

    
    

提交回复
热议问题