How to remove android ads (admob) from the source code -
i trying adapt opensource android app own project, , need remove android ads. i've tried remove them don't know how , errors here , there. there easy way it?
thanks.
try it....
http://stackoverflow.com/questions/4549401/correctly-disable-admob-ads http://stackoverflow.com/questions/13323097/in-app-purchase-remove-ads
please check above links you.
remove below code application
adview adview = (adview) this.findviewbyid(r.id.adview); adview.loadad(new adrequest()); <xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads" android:id="@+id/adview" android:layout_width="fill_parent" android:layout_height="fill_parent" ads:adsize="banner" ads:adunitid="a1513ffd4f3e17c" />
Comments
Post a Comment