angularjs - Issue with AdmobFree - Ionic -


i getting following error when try build ionic 2/angular 2 project:

error: cannot find symbol         return adsize.search; ^         symbol:   variable search         location: class adsize  failure: build failed exception.          * went wrong:         execution failed task ':compiledebugjavawithjavac'.         > compilation failed; see compiler error output details.          * try:         run --stacktrace option stack trace. run --info or         --debug option more log output. 

hope can me. use following plugin:

https://ionicframework.com/docs/native/admob-free/

thanks!

edit: guessing problem is:

import com.google.android.gms.ads.adsize;

so reason ionic project doesn't google libraries correctly :(


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -