Domanda

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

È stato utile?

Soluzione

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.

Altri suggerimenti

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top