i'm trying to wrap this library
Implementation of ImageView for Android that supports zooming, by various touch gestures. - Baseflow/PhotoView
i get error
error: package androidx.appcompat.widget does not exist
import androidx.appcompat.widget.AppCompatImageView;
- adding appcompat-1.1.0-sources.jar ,core-1.1.0-sources (the same jars that used in Android studio for this project) to libs folder didn't help
- extracted appcompat jar and manually put the needed file in the src, it always needs other files because there is too many dependencies so this way is not suitable
- added @DependsOn(values={"appcompat-1.1.0-sources"}) but it didn't help