android webview admob not displaying

前端 未结 2 1690

i want to use google adds at bottom of my page.. into the emulator it properly displays the add but in device it doesn\'t
it gives me..

07-20 06:16:2         


        
2条回答
  •  鱼传尺愫
    2021-01-17 06:26

    i've use this in xml file

    
    
        
            
        
        
            
    
        
    
    

    one more point i found is that
    There are some changes to the way Admob works in version 4.1.0
    1) Remove attrs.xml (or if you need it for your own custom attributes, remove the parts related to AdViews).

    2) Change the namespace in your layout from xmlns:ads="http://schemas.android.com/apk/res/com.your.packagename" to xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads" see more...

提交回复
热议问题