-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get version 2.2.1 to work from Android Java project #62
Comments
Actually I could resolve it by replacing this line (adding the ".Companion"):
|
Actually I could resolve the compiling error it by replacing this line (adding the ".Companion"):
But now it causes a runtime error:
|
I have a similar problem after trying to update to 2.2.1. Have you managed to figure something out? |
Unfortunately not @laurachelaru - I just switched to another library instead. (https://github.com/ArthurHub/Android-Image-Cropper) |
You should include in your gradle file: |
I've upgraded my project to use AndroidX and RxImagePicker 2.2.1, which broke my code:
My code breaks on the line
RxImagePicker.with(activity.getSupportFragmentManager()).requestImage(pickerSource)
with the error: "Cannot resolve method 'with(androidx.fragment.app.FragmentManager)"
Please help
The text was updated successfully, but these errors were encountered: