air push adview错误

时间:2013-08-07 21:10:05

标签: android android-layout android-intent airpush

我在我的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'

谢谢

1 个答案:

答案 0 :(得分:9)

您需要将mraid_attrs.xml文件放入应用的res > values文件夹中。该文件包含在SDK下载中。

它解决了我同样的问题。

参考:http://manage.airpush.com/docs/index.php?title=Android_SDK_6.0_Documentation

相关问题