Cannot resolve method setImageScaleType MediaView class?

407 Views Asked by At

When i try to set the scaleType of the mediaView it says "Cannot resolve method".

enter image description here

Now the weird thing is it's a property i found in the MediaView Class so i don't really understand why it says "cannot resolve method setImageScaleType".

Android admob docs

enter image description here

EDIT

Im currently using this version of play-services-ads which is an outdated version.

implementation 'com.google.android.gms:play-services-ads:17.2.1'

I'm using this version because my project is using libraries which are not compatible with Android X artifacts.

Latest version of play-services-ads is 18.2.0 which also migrated to Android X.

Any workaround so i can still use latest version without fully migrating to Android X ?

0

There are 0 best solutions below