Questions tagged [airpush]

Airpush is the 2nd largest ad network for Android developers with a global network of over 40,000 apps and 2,000 advertisers.

Airpush is the 2nd largest ad network for Android developers with a global network of over 40,000 apps and 2,000 advertisers.

39 questions
0
votes
2 answers

Multiple dex files when adding AirPush library

After adding airpush library I got the error below. I am not doing any thing else just copy the jar file into libs folder in my project. [2013-11-22 21:03:04 - Dex Loader] Unable to execute dex: Multiple dex files define packet/name…
makkuzu
  • 485
  • 2
  • 4
  • 19
0
votes
2 answers

Airpush new AirPlay 1.0 SDK Intergration

I've been trying to add AirPush's new SDK but the ads are not showing(Smartwall). I've successfully complied the apk but no results whatsoever. Here is the main java file.. Please have a look and tell me what's wrong ? package com.testappap; import…
0
votes
2 answers

How to integrate AirPlay add in android Live wallpaper?

Recently Airpush provided their new sdk for playstore, but I am facing problems adding this in livewallpaper, in the previous sdk we used Airpush airpush=new Airpush(getApplicationContext()); it worked, but for the new sdk we need to do…
Reyjohn
  • 2,654
  • 9
  • 37
  • 63
0
votes
2 answers

Issues in Integrating Airpush ads

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…
samdonly1
  • 418
  • 3
  • 5
  • 12
0
votes
1 answer

Android, airpush. How show advertising terms dialog after splash screen?

How I can show AirPush advertising terms dialog after splash screen? Now it is showing before splash screen(on application start). I have code in manifest:
kolek
  • 3,690
  • 3
  • 24
  • 31
0
votes
1 answer

AirPush android: not working on tablets

I have been trying to integrate AirPush into my application(banner ads). It works well on phones, but when I launch my app on tablets, AirPush returns: "Ad json: {"status":204,"message":"ADS Not Available"}". That's how I"m creating the ad…
SVS
  • 200
  • 9
0
votes
2 answers

admob add as notification in Android

How to add addmob add as notification service to the Android app. Basically banner can be displayed as a notification service. Is that possible. If so how? Thank You !
0
votes
2 answers

How to integrate Airpush banner with AdMob Mediation?

I'm currently using AdMob Mediation for an Android App to display banner ads. I would like to add Airpush banners too. The problem is that I can't find any documentation on the Web on how to achieve that. Do you have integrate Airpush successfully…
Symbiosoft
  • 4,681
  • 6
  • 32
  • 46
-1
votes
2 answers

App no longer works after adding Airpush SDK

My app was working perfectly until I added the airpush SDK. Now when I run it and try to use it, I get these errors and the app shuts down: App code: package com.etqanapps.EtqanChannel.UI; import java.util.ArrayList; import android.app.Activity;…
1 2
3