Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • 1
    as I said, i've already tried this technic to just remove the 's' from the "libs" but even with xmlns:ads="schemas.android.com/apk/lib/com.google.ads" it doesn't work. I have the same problem :'( Commented Mar 26, 2014 at 21:28
  • But even removing the s you still see the Required XML attribute "adSize" was missing error? Commented Mar 26, 2014 at 21:29
  • Yes I was just thinking about it. I've also found this on internet:developers.google.com/mobile-ads-sdk/docs/admob/… Commented Mar 26, 2014 at 22:08
  • It is written that the namespaces have changed .../res-auto it the right one and the attributes loadOnCreate don't exist anymore...Obviously I have to do an app when there is this migration. What a luck ! Commented Mar 26, 2014 at 22:10
  • It's really helpful. i was try with this -> "xmlns:ads="schemas.android.com/apk/lib/com.google.ads" so i got this error and when i try with this -> "xmlns:ads="schemas.android.com/apk/res-auto" then it is work fine. Commented Aug 9, 2018 at 10:45