-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Execution failed for task ':react-native-image-crop-picker:compileDebugJavaWithJavac' #1098
Comments
The same issue. |
Ohh, I have just tried it out right now @gavrilin-remote but I am still getting the same error. |
Firstly I setup project for use androidX and x64 bits support. You can find guides for upgrading react-native and enabling x64 bits support in google. add to
|
Thanks a lot, @gavrilin-remote, This truly helped. My app builds successfully. |
I have the same issue as the OP, and the workaround of @gavrilin-remote doesnt work for me |
The same issue. |
If you are using react-native version < 0.60 and your app doesn't support androidx then you should probably downgrade this library version to 0.24.1 and try running your application. |
@mkamals I'm using react-native 57.7 version |
same issue.... |
Same problem. Jetifier does not solve the issue. |
This solved the issue for me
|
RN 0.62.2 same error with the latest version (0.39.0) |
This helped. Thanks. |
Downgrading to version 0.38.0 fixed my issue. I'm currently using React Native 0.70.6. |
@SewaB , it worked for me too, thanks, my react native version is "react-native": "0.70.6", and "react-native-image-crop-picker": was => "^0.39.0", which then i changed to ^0.38.0. |
Same here |
downgrade ti 0.38 helped me too. Why is 0.39 even published? They should revert that change and publish 0.38 as 0.40. Is there anyone for whom 0.39 works? |
If you use RN "0.68.2", use react-native-image-crop-picker version "^0.37.3". It works fine in my project |
For all those facing this issue, this PR has the solution for it: #1887. In my Expo project which I'm building using EAS Build, changing the Android SDK version fixed this. In my
|
Working for me <<< I have using react native 0.70 Thanks |
Version
Platform
Expected behavior
Expecting it to build successfully and I start the implementation
Actual behavior
It is not building and it is throwing an error in the terminal. See attached code and the error that is being thrown.
Please Note.
Attachments
my
android/build.gradle
Error that is thrown in the terminal
Love react-native-image-crop-picker? Please consider supporting our collective:
👉 https://opencollective.com/react-native-image-crop-picker/donate
The text was updated successfully, but these errors were encountered: