25
错误:在包“ com.google.example” main.xml中找不到属性“ adSize”的资源标识符
当我按照说明通过xml将广告添加到我的应用程序时,出现以下错误: Description Resource Path Location Type error: No resource identifier found for attribute 'adSize' in package 'com.google.example' main.xml /HelloWorld/res/layout line 12 Android AAPT Problem Description Resource Path Location Type error: No resource identifier found for attribute 'adUnitId' in package 'com.google.example' main.xml /HelloWorld/res/layout line 12 Android AAPT Problem 我确实编辑了main.xml添加attrs.xml文件,但编译器不喜欢它。