0

excuse me, I have problems in Error:

(10) No resource identifier found for attribute 'adSize' in package

and

Error: (10) No resource identifier found for attribute 'adUnitId' in package

Please help. Thank you in advance enter image description here

DanielBarbarian
  • 5,093
  • 12
  • 35
  • 44
  • 3
    Your issue looks similar to the question described in [this link](http://stackoverflow.com/questions/5819369/error-no-resource-identifier-found-for-attribute-adsize-in-package-com-googl). – happydude Sep 04 '16 at 03:13
  • please try to do a quick search on google before you post a question here. you may find it much faster that waiting somebody to answer your question here. – MBH Sep 05 '16 at 09:17

1 Answers1

0

add your root layout

xmlns:android="http://schemas.android.com/apk/res/android"

and your adview

xmlns:ads="http://schemas.android.com/apk/res-auto"
android:layout_width="wrap_content"
Ramesh Prajapati
  • 654
  • 6
  • 10