A couple of reasons that this can happen:
1) You see this error with an incorrect namespace, or a typo in the attribute. Like 'xmlns' is wrong, it should be xmlns:android
2) First node needs to contain:
xmlns:android="http://schemas.android.com/apk/res/android"
3) If you are integrating AdMob, check custom parameters like ads:adSize
, you need
xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
4) If you are using LinearLayout
you might have to define tools:
xmlns:tools="http://schemas.android.com/tools"
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…