When trying to use xmlns:app="http://schemas.android.com/apk/res-auto" in any XML file of my project, it appears to be grayed out, and when I hover over it, I get "Namespace declaration is never used. Checks for unused namespace declarations and location hints in XML."
I am led to believe this is why when trying to implement AdView, I get an error saying "Namespace 'ads' is not bound."
Any help would be appreciated.