Skip to content
uncleLem edited this page Nov 26, 2012 · 1 revision

ActivityWithAds - add Ads to your app and start to make money

Add INTERNET permissions to your AndroidManifest.xml and add this code in scope:

<activity android:name="com.google.ads.AdActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
/>

in /res/layout/ac_parent_layout_with_ads.xml set ads:adUnitId to publisherID of your Ads provider Also you may want to use another Layout or change Ad position (by default, it's LinearLayout and Ad is in bottom of screen)

Clone this wiki locally