i'm trying to wrap this library
i get error
- 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
GitHub - Baseflow/PhotoView: Implementation of ImageView for Android that supports zooming, by various touch gestures.
Implementation of ImageView for Android that supports zooming, by various touch gestures. - Baseflow/PhotoView
github.com
i get error
B4X:
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