0

I have an error in adding Admob in Xamarin visual Studio the error is : No resource identifier found for attribute 'adSize' in package 'com.google.example' error: No resource identifier found for attribute 'adSize' in package 'com.google.example' main.xml

but I find someone sais that : you must add attrs.xml to solute the problem How to do this ? any idea to solute my problem with admob ?

Community
  • 1
  • 1
I.R
  • 51
  • 1
  • 1
  • 5
  • Some xml files have namspaces which contains xsd data (schema) for validating the xml. Each xml type file have different format and different schema. A schema is not required for xml. Are you using the same xml as the posting? – jdweng Jul 01 '16 at 10:58
  • yes im use the same for admob – I.R Jul 02 '16 at 01:30
  • You can check if you xml has error in VS. From Project menu : Add new item : XML file. Then paste you xml into window. Errors will show up in the Error List like any compiler error. A missing namespace will show up as an error. – jdweng Jul 02 '16 at 04:14

0 Answers0