我在我的Android应用中嵌入了空气推送广告。我在layout.xml文件中添加了adview。它有错误
Multiple annotations found at this line:
- error: No resource identifier found for attribute 'canShowMR' in package 'com.GUI.traficsing'
- error: No resource identifier found for attribute 'banner_type' in package 'com.GUI.traficsing'
- error: No resource identifier found for attribute 'placementType' in package 'com.GUI.traficsing'
- error: No resource identifier found for attribute 'refresh_time' in package 'com.GUI.traficsing'
- error: No resource identifier found for attribute 'animation' in package 'com.GUI.traficsing'
- error: No resource identifier found for attribute 'test_mode' in package 'com.GUI.traficsing'
谢谢
答案 0 :(得分:9)
您需要将mraid_attrs.xml
文件放入应用的res > values
文件夹中。该文件包含在SDK下载中。
它解决了我同样的问题。
参考:http://manage.airpush.com/docs/index.php?title=Android_SDK_6.0_Documentation