0

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

samdonly1
  • 418
  • 3
  • 5
  • 12

2 Answers2

1

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.

Chirag Ghori
  • 4,231
  • 2
  • 20
  • 35
-1

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.

Jack
  • 1