android webview admob not displaying

前端 未结 2 1782

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

    Edit the code as below, add these code

        android:layout_above="@+id/ad_layout"
        android:layout_alignParentTop="true"
    

    Your xml should be like this:

    
    
    
    
        
    
        
        
        
       
    

提交回复
热议问题