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 に答える