Issues in Integrating Airpush ads

1k views Asked by At

I have integrated the Airpush SDK from the following documentation

the SDK could be seen in the libraries folder but whenever I add the XML ad, i get an Error:

Multiple annotations found at this line: - error: No resource identifier found for attribute 'animation' in package ''

  • error: No resource identifier found for attribute 'test_mode' in package ''
  • error: No resource identifier found for attribute 'canShowMR' in package ''
  • error: No resource identifier found for attribute 'banner_type' in package ''
  • error: No resource identifier found for attribute 'placementType' in package ''

I get an error while Integrating the ads through java code too

2

There are 2 answers

3
Chirag Ghori On BEST ANSWER

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

1
Jack On

looks like you are using their out-app sdk, try replacing APSmartWall with Airpush, if it's working then you are using out-app SDK.