ratson / cordova-plugin-admob-free

New development has been moved to "admob-plus-cordova", https://github.com/admob-plus/admob-plus/tree/master/packages/cordova

Home Page:https://github.com/admob-plus/admob-plus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot remove cordova-plugin-admob-free

AlvinStefanus opened this issue · comments

I cannot uninstall the plugin

cordova plugin remove cordova-plugin-admob-free

Causing this:

Variable(s) missing: ADMOB_APP_ID

I tried with

cordova plugin remove cordova-plugin-admob-free ADMOB_APP_ID="<my_id>"

Still the same error.

Please fix this.

Hi!
Maybe you are missing the variable. Try entering it before ADMOB_APP_ID.
cordova plugin remove cordova-plugin-admob-free --save --variable ADMOB_APP_ID="<YOUR_ANDROID_ADMOB>"