-
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
Windows: Task :react-native-image-filter-kit:compileDebugRenderscript FAILED #31
Comments
Same problem on Mac. |
@oleksyremigiusz1, I have never built it on Windows, so I don't know how this can be fixed. If you succeed in compiling rnifk on Windows, please feel free to share your workaround here or open a pull request with required fix. @Bartson, other users report (#27) that rnifk can't be compiled on Catalina. |
Same on Catalina. Only while compile Android |
I am having the same issue. Did you solve the problem? I am stuck at this point and I need a filtering library for my project and can't find any... |
I was having the same issue and I found the following links. Now it's working for me. On Catalina, build tools need to be updated to version 29.0.3 (https://developer.android.com/studio/releases/build-tools). Plus, you must update your gradle plugin version to 3.6.0-rc02 or 4.0.0-beta1. (https://issuetracker.google.com/issues/142590626) |
Where can one find the |
I couldn't find it too. Used 3.6.0-rc02
A sexta, 21/02/2020, 06:29, Juan <notifications@github.com> escreveu:
… Where can one find the 4.0.0-beta1? I only managed to find
com.android.tools.build:gradle:4.0.0-alpha09 on mavenCentral
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#31?email_source=notifications&email_token=AK3T3ZIFBAVG2BBWRPFJINDRD6NG5A5CNFSM4KJTHMVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMSCSNI#issuecomment-589572405>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK3T3ZJJJE47KM3ZXLSXZN3RD6NG5ANCNFSM4KJTHMVA>
.
|
@MR-Neto @juanjsebgarcia @Yigityakut @Eugnis @oleksyremigiusz1 did you find any fix for this issue? |
@ManigandanRaamanathan I decided to use other library to work with filters. gl-react-native-filters |
@ManigandanRaamanathan I stashed my changes, and next time I went to try them it worked. Apologies the following is in screenshots, this is the stash (fortunately had not deleted it!) |
@juanjsebgarcia thanks for the update. @iyegoroff we have fixed the issue by installing NDK version 20.0.559 from android studio. This required only on windows OS. |
I had the same issue on Windows and fixed with having |
when i run this npx react-native run-android i have followed all instruction of installation as per this link Configuration Ready to Provide more configuration details if needed Tried on Android Studio's Virtual Device Pixel 4 XL API 29 Android 10 && both did't run Tried installing package again in my Project I am New to React-Native and Android Apps. |
Same issue with this package. Still no solution yet? |
Same issue on macOS Ventura
|
on ios it is compiling like a charm i am only getting this error when i compile it on android. |
have anyone found a solution? |
The error occurs even on fresh project with only react-native-image-filter-kit imported while trying to build an app using npx react-native .
Uninstalling package makes project work again.
I'm assuming that using Windows may be the problem.
I am using
RN 0.61.5
react-native-image-filter-kit 0.7.0
Windows 7
The text was updated successfully, but these errors were encountered: