ultimatehsadow
ultimatehsadow

Reputation: 21

Android: ADs on old Android SDK versions (< 11)

Browsing the internet I found a lot of ADs SDK for android but all of them (among those I found) need Android SDK 11 or greater and this is a big trouble for me since I developed my apps keeping in mind to give the maximum reasonable compatibility (SDK 3 compatible, optimized for 11 or 15). Still not enough depressed I ran into the "terms and conditions" of AdSense for mobile and I read something like "every AD found to be related to or referenced from an mobile app will be disabled", so also the idea to add a WebView to the Activity layout referencing a web page vanished...

My question is: how to add ADs keeping compatibility with older devices?

Upvotes: 1

Views: 314

Answers (1)

Cat
Cat

Reputation: 67502

Why not use Google's endorsed AdMob? If you look at their sample download, it uses a minimum SDK of 3. (The target is set to 15, but this is to be expected if you are compiling against 15 as well.)

Upvotes: 2

Related Questions