3

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

谢谢

4

1 回答 1

9

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

它解决了我同样的问题。

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

于 2013-08-24T09:16:17.653 回答