Step1: Right Click on project and open “Properties” Step2: Rremove “Google play service libary” from project. Step3: Remove this line from “menifest.xml” [code lang=”js”] <activity android:name="com.google.android.gms.ads.AdActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize" /> <meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" /> [/code] Step4: Delete “banner_adview.xml” from “layout”. Step5: Remove this line from all xml file in which you are […]