Home:ALL Converter>How to remove AdMob completely from Android Studio project?

How to remove AdMob completely from Android Studio project?

Ask Time:2018-01-20T03:44:06         Author:Kardo

Json Formatter

Probably I'm asking a too much simple question but I didn't find any exact answer by googling.

In my android studio project, How to remove AdMob completely?

Author:Kardo,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/48348439/how-to-remove-admob-completely-from-android-studio-project
RedBrogdon :

Well, the dependency for Google's Mobile Ads SDK is usually play-services-ads or firebase-ads if you're using Firebase. I'd remove whichever one of those is present in your build.gradle file's dependencies section, and then remove any references from your Java/Kotlin files that no longer resolve.",
2018-01-20T06:19:48
yy