-
Notifications
You must be signed in to change notification settings - Fork 43
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-filter-kit:compileDebugJavaWithJavac'. #146
Comments
Hello, "react": "18.2.0", I add these line on main build.gradle file not in app/build.gradle file. Inside the buildscript section ` // I add these lines
` |
i tried it but still same error.! |
I had find the link, then i download them and check configuration files. this code is working i run this code on my machine. ( i found the solution from this link ) A. please check this link maybe you found something. https://github.com/divyeshgohil85/RNImageFilter B. Some time it give me error while generating the build by Android studio so i follow these steps and it works for me. ` i am using nvm so i switch node version 18 because my react-native project version is > 70 open terminal from your project directory switch on node 18
` |
I have urgent project that is using this library to apply filters to image.
Is https://github.com/divyeshgohil85/RNImageFilter alternative? |
I am having the same problem as above.
I use following versions and M2 mac.
I've tried change |
I've found that new RN0.72.0 project with react-native-image-filter-kit can complete build. but 0.73.0 can not :( |
After careful verification, I found that the version of the gradle plugin was affected.
This patch solved issue in mycase. However, I'm afraid that it may be affected again in future updates. P.S. |
Thanks, worked for me! <3 |
Adding This will be removed on the next Gradle major version (v9), so it would be better to bump the gradle version on this library and enabling renderscript on the project itself with I'd be happy to contribute to bumping this but I'm struggling to build the project locally 😞 @iyegoroff would appreciate your help on this 👍 |
For ios it works fine but when i try to compile it on android it produces this error:
(i am using gradle version 8.5, react-native version 0.73.0.)
Task :react-native-image-filter-kit:processDebugManifest
package="iyegoroff.imagefilterkit" found in source AndroidManifest.xml: /Users/thunderbirds/Desktop/dummyapp2/node_modules/react-native-image-filter-kit/android/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported, and the value is ignored.
Recommendation: remove package="iyegoroff.imagefilterkit" from the source AndroidManifest.xml: /Users/thunderbirds/Desktop/dummyapp2/node_modules/react-native-image-filter-kit/android/src/main/AndroidManifest.xml.
The text was updated successfully, but these errors were encountered: