I have these lines in build.gradle
implementation 'com.github.Lukle:ClickableAreasImages:v0.1'
implementation 'com.github.chrisbanes:PhotoView:2.0.0'
And inside my activity:
ClickableAreasImage clickableAreasImage = new ClickableAreasImage(new PhotoViewAttacher(imgSchool), this);
Android Studio pointed me this error:

How to fix this?
I have these lines in build.gradle
And inside my activity:
ClickableAreasImage clickableAreasImage = new ClickableAreasImage(new PhotoViewAttacher(imgSchool), this);Android Studio pointed me this error:

How to fix this?