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

> Task :react-native-image-filter-kit:packageDebugRenderscript FAILED #75

Open
SatalBill opened this issue Jun 8, 2021 · 3 comments
Open

Comments

@SatalBill
Copy link

I ran "react-naitve run-android" but I am getting this error.
I tried to install NDK 20.0.5594570 and tried to downgrade this package's version and tried to upgrade distributionUrl in "android/gradle/wrapper/gradle-wrapper.properties".
But all not working.
How to solve this?

@pradeepk7053
Copy link

I solved after installing this package

for 32-bit binaries : sudo apt-get install libncurses5:i386

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

@muhammadashfaq
Copy link

I solved after installing this package

for 32-bit binaries : sudo apt-get install libncurses5:i386

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

@pradeepk7053 where to add them ?

@kamal-star250
Copy link

Hello,

I was facing the same issue on Mac M1 chip.
On my windows machine project is starting with android studio and my terminal or build is generating easily.

After spend more time i found a solution and i tried them.

Here is the solution it works for me.

`
1. Open project in android studio.
2. Invalidate the caches by android studio
3. After that run these commands inside your VS code.

4. Go inside project directory/android folder
5. then run this command
    ./gradlew clean  
6. After successful this command run next command
    ./gradlew assembleRelease
7. Now when it will successful make build with android studio. 

`

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

No branches or pull requests

4 participants