i have an error in adding admob in Xamarin Visual Studio
i find answers in stackoverflow but i cant understand how to do this
error: No resource identifier found for attribute 'adSize' in package 'com.google.example' main.xml
for example this answer :
Replace /res/
with /lib/
in your custom layout nampespace.
xmlns:android="http://schemas.android.com/apk/res/android" in your case, would be:
xmlns:yourApp="http://schemas.android.com/apk/lib/com.yourAppPackege.yourClass"
I hope it helps.
i cant understand how to do that ?