air push adview error

1.2k views Asked by At

I am embeding air push ads in my android app. I added adview in layout.xml file. It has errors that are

      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'

Thank you

1

There are 1 answers

0
Moses On

You need to place the mraid_attrs.xml file into your app's res > values folder. This file is included within the SDK download.

It solved me the same problem.

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