Skip to content
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

Ubuntu: -Task :react-native-image-filter-kit:compileDebugRenderscript FAILED #59

Open
kieran-Collins opened this issue Mar 11, 2021 · 7 comments

Comments

@kieran-Collins
Copy link

when i run this npx react-native run-android
I got this
Task :react-native-image-filter-kit:compileDebugRenderscript FAILED

i have followed all instruction of installation as per this link
https://github.com/iyegoroff/react-native-image-filter-kit

Configuration
OS
Ubuntu 18.04.5 LTS- 64bit
yarn -> 1.22.5
node-> v14.16.0
npm ->6.14.11
react-native-> 0.63.4
react-native-image-filter-kit": "^0.7.3

Ready to Provide more configuration details if needed

Tried on Android Studio's Virtual Device Pixel 4 XL API 29 Android 10 &&
On my device Samsung Galaxy S7

both did't run

Tried installing package again in my Project
Tried this Solution with #31
by changing android/app/build.gradle && android/build.gradle && gradle.wrapper.properties

I am New to React-Native and Android Apps.
Any Hints or Help will be really Gratefull for me.

@kieran-Collins kieran-Collins changed the title Task :react-native-image-filter-kit:compileDebugRenderscript FAILED Ubuntu: -Task :react-native-image-filter-kit:compileDebugRenderscript FAILED Mar 11, 2021
@eshraj302
Copy link

I only downgraded to the react-native-image-filter-kit: 0.7.1, and now its compiling successfully

@iyegoroff
Copy link
Owner

These compileDebugRenderscript build issues probably would be fixed if you switch to react-native >=0.64.0 and react-native-image-filter-kit >=0.8.0. With rn v0.64.0 rnifk build process has changed because renderscript support mode is not needed anymore since required min Android SDK is 21 - https://github.com/iyegoroff/react-native-image-filter-kit#installation

@dhirajanand014
Copy link

I only downgraded to the react-native-image-filter-kit: 0.7.1, and now its compiling successfully

What all the steps followed to downgrade? Can you please tell?

@dhirajanand014

This comment has been minimized.

@atlj
Copy link

atlj commented Aug 31, 2021

please check this out

@eth-jashan
Copy link

eth-jashan commented Oct 6, 2021

I solved after installing this package
for 64-bit binaries : sudo apt-get install libncurses5
Also install the collection of libraries by using this command,

sudo apt-get install ia32-libs

@tomhopkins
Copy link

tomhopkins commented Jul 2, 2023

This may well be relevant #144

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants