whenever im using xmlns:ads="http://schemas.android.com/apk/res-auto" this im getting this error
[error: No resource identifier found for attribute 'adSize' in package 'com.scratch.knowledge']
near this line com.google.android.gms.ads.AdView that
but whenever im using this xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads" instead of previous line there us no error but project is not running "unfortunately stopped" error
INSTEAD OF USING /res-auto
USE THIS /lib/com.google.ads
I COME TO KNOW ABOUT FROM SOME FORUM DONT KNOW WHETHER IM DOING WRITE OR WRONG
HELP ME DONT KNOW WHAT TO DO ?