-
-
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
Build failing after installing react-native-image-crop-picker #1416
Comments
@PavanTank4631 The solution is there in the same stackoverflow link that you have provided: Upgrade your |
And also run |
if you still have some new complicated errors you can also delete the build file in android/app/build and run the app it will then work fine |
@ivpusic Hello, can this issue be addressed to maintainers? Thanks a lot |
its not working Plz address the issue ASAP.... |
I had to do the following to get it working:
I am using react-native v0.61.5 |
Minimum Gradle version if you are using react-native-image-crop-picker >= 0.35.0
Reference for more details #1406 |
I have tried out all the above ones. Not working |
maybe try also |
Still the issue is persisting |
@ivpusic This is not a cache problem. Issue reproducible locally and on CI for all build from scratch, please reopen P.S. Upgrade gradle to 4.0.1 fixed the issue |
gradle upgrade is required in order to use 0.35.0 version. if you cannot upgrade, please use version <0.35.0 |
I'm having this issue still. |
I upgraded to |
add buildscript ext supportLibVersion = "28.0.0" like this buildscript { |
Great solution!!!! |
I tried
and then did ./gradlew clean, ./gradlew cleanBuildCache but it didn't work I then ignored/undid changes mentioned in this step (Leaving them as they were): Use Android SDK >= 26 (android/app/build.gradle)
And it built (I kept the upgraded gradle 4.0.1/6.1.1 |
also do '.\gradlew --refresh-dependencies' after |
Hi,In the project that I created two weeks ago and older projects, when I install this library, I encounter the same error, but when I initiated a new project, it was successful, now I do not know why it does not appear on my previous project,thank you if help me |
for android |
I am facing same issue "react-native": "0.64.2" also I have tried 0.35.0 My current gradlew classpath("com.android.tools.build:gradle:4.1.0") `1: Task failed with an exception.
Also I got some Warning like this Warning: Mapping new ns http://schemas.android.com/repository/android/common/02 to old ns http://schemas.android.com/repository/android/common/01 |
Version
Tell us which versions you are using:
Platform
Tell us to which platform this issue is related
Expected behaviour
Actual behaviour
Steps to reproduce
Just open android studio, and try to run app, it will show this error
I have found same issue here. she downgrade to lower version, I am hoping to use latest version with your fix.
https://stackoverflow.com/questions/64022942/build-failing-after-installing-react-native-image-crop-picker
The text was updated successfully, but these errors were encountered: